BiMap.RightMap

Undocumented in source.
struct BiMap(X, Y, alias Map = Y[X])
@safe pure nothrow
alias RightMap = Map!(Y, X)

Meta