nxt.bimap

Undocumented in source.

Members

Structs

BiMap
struct BiMap(X, Y, alias Map = Y[X])

Bidirectional map between key-and-values of type X and Y inspired by C++ Boost Bimap (boost::bimap).

Meta