Expand description
Traits and types used to power array-like operations via reflection.
Structs§
- Array
Info - A container for compile-time array info.
- Array
Iter - An iterator over an
Array. - Dynamic
Array - A fixed-size list of reflected values.
Traits§
- Array
- A trait used to power array-like operations via reflection.
Functions§
- array_
apply - Applies the reflected array data to the given array.
- array_
debug - The default debug formatter for
Arraytypes. - array_
hash - Returns the
u64hash of the given array. - array_
partial_ cmp - Lexicographically compares two arrays and returns their ordering.
- array_
partial_ eq - Compares two arrays (one concrete and one reflected) to see if they are equal.
- array_
try_ apply - Tries to apply the reflected array data to the given array and returns a Result.