fn EnumIndexer(comptime E: type) type
E: type,
fn indexOf(e: E) usize
No documentation provided.
fn keyForIndex(i: usize) E
undefined