iter_fixed icon indicating copy to clipboard operation
iter_fixed copied to clipboard

Iterator of const known length

Results 2 iter_fixed issues
Sort by recently updated
recently updated
newest added

You sollicited feedback on this crate in https://github.com/rust-lang/rust/issues/80094, but that did not seem like the right place to give it (off-topic wrt the original issue, which might eventually be closed...

Replaces most of the usage of `generic_const_exprs` with typenum based math. Pros: - More methods usable on stable Cons: - Higher complexity, as typenum math requires a ton of bounds...