phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
BiMap.contains
nxt
bimap
BiMap
Check if (
x
,
y
) is stored.
struct
BiMap
(X, Y, alias Map = Y[X])
@
safe
pure nothrow const
bool
contains
(
scope
const
X
x
,
scope
const
Y
y
)
Meta
Source
See Implementation
nxt
bimap
BiMap
aliases
LeftMap
RightMap
functions
clear
contains
empty
insert
left
length
right
Check if (x, y) is stored.