Crate recursive_variadic

Source
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§

Entry
Wraps some field data and a parent, which is either another Entry or Empty

Traits§

Key
RecursiveVariadic
The building block trait for recursive variadics.

Type Aliases§

Empty
The base case for recursive variadics: no fields.