Skip to main content

Module array

Module array 

Source
Expand description

Traits and types used to power array-like operations via reflection.

Structs§

ArrayInfo
A container for compile-time array info.
ArrayIter
An iterator over an Array.
DynamicArray
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 Array types.
array_hash
Returns the u64 hash 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.