Expand description
Traits and types used to power list-like operations via reflection.
Structs§
- Dynamic
List - A list of reflected values.
- List
Info - A container for compile-time list info.
- List
Iter - An iterator over an
List.
Traits§
- List
- A trait used to power list-like operations via reflection.
Functions§
- list_
apply - Applies the elements of
bto the corresponding elements ofa. - list_
debug - The default debug formatter for
Listtypes. - list_
hash - Returns the
u64hash of the given list. - list_
partial_ cmp - Lexicographically compares two List values and returns their ordering.
- list_
partial_ eq - Compares a
Listwith aReflectvalue. - list_
try_ apply - Tries to apply the elements of
bto the corresponding elements ofaand returns a Result.