We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c70ca commit 0d0fe96Copy full SHA for 0d0fe96
README.md
@@ -29,6 +29,7 @@ which can coerce between a type parameter and as many types as there are variant
29
This demonstrates how one can write a polymorphic `const fn`
30
(as of 2025-07-20, trait methods can't be called in const fns on stable)
31
32
+(this example requires Rust 1.61.0, since it uses trait bounds in const)
33
```rust
34
use typewit::{HasTypeWitness, TypeEq};
35
0 commit comments