Expand description
Defines types and utility wrappers for merging multiple pieces of data together
Structs§
- Func
- Func is an aggregator which doesn’t need a data backing, for use with small types
- Func
Data - FuncData is a convenient way to box up a &[T]->T style function as one that acts on coordinates instead by wrapping it with a handle to the relevant Data.
Traits§
- Aggregator
- The base aggregation trait. It is intentionally not parameterized over type so that Tuple operation remains fully generic.