Map.opIn_r

struct Map(Key, V)
const
bool
opIn_r
(
T
)
(
auto ref const(T) key
)
if (
is(typeof(T.init == Key.init))
)

Return Value

Type: bool

true if key is found in the map

Meta