BiMap.insert

Insert (x, y).

struct BiMap(X, Y, alias Map = Y[X])
@safe pure nothrow
void
insert
(
X x
,
Y y
)

Meta