Expand description
This is an implementation of variadic templates using recursive generics. It functions something like a TypeMap, but the optimizer should make getting and adding values much faster.
Structs§
- Wraps some field data and a parent, which is either another Entry or Empty
Traits§
- The building block trait for recursive variadics.
Type Aliases§
- The base case for recursive variadics: no fields.