Expand description
Utility functions and types.
Structs§
- State
Layout Entry - One entry in the compiled layout derived from a
StateProjection. - State
Projection - A stable, keyed declaration of mutable array state.
- State
Snapshot - A presence-preserving snapshot produced by
StateProjection.
Enums§
- Single
OrPair - Helper type to represent either a single value or a pair of values.
- Single
OrTriple - Helper type to represent either a single value or a triple of values.
- Single
OrVec - Helper type to represent either a single value or a vector of values.
Traits§
- Into
Option - A helper trait that is just like
Into<Option<T>>but improves ergonomics by allowing implicit conversion from &[T; N] to &[T]. - Scalar
OrArray - A trait for a scalar or an array.
- Updatable
- A type whose mutable arrays are declared by one keyed projection.