Module constrained
Expand description
Index and matrix types with compile time checks, whichh can replace bound checks at runtime.
Modules§
- Dense matrices with compile-time access checks.
- Permutations with compile-time checks.
- Sparse matrices with compile-time access checks.
Structs§
- Array of length equal to the value tied to
'n
. - Immutable array group of length equal to the value tied to
'n
. - Mutable array group of length equal to the value tied to
'n
. I
value smaller than the size corresponding to the lifetime'n
.I
value smaller or equal to the size corresponding to the lifetime'n
.I
value smaller than the size corresponding to the lifetime'n
, orNone
.usize
value tied to the lifetime'n
.