dplug v6.0.22
Dub
Repo
Set.opBinaryRight
dplug
core
map
Set
struct
Set
(K, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
inout
bool
opBinaryRight
(
string
op
)
(
K
key
)
if
(
op
== "in"
)
Return Value
Type:
bool
true
if the element is present.
Meta
Source
See Implementation
dplug
core
map
Set
functions
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opSlice
remove