nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
SetImpl.opBinaryRight
nulib
collections
set
SetImpl
struct
SetImpl
(K, alias less = (a, b) => a < b, bool allowDuplicates = false, bool ownsMemory = false)
@
nogc
@
trusted
inout
bool
opBinaryRight
(
string
op
)
(
K
key
)
if
(
op
== "in"
)
Return Value
Type:
bool
true
if the element is present.
Meta
Source
See Implementation
nulib
collections
set
SetImpl
aliases
opSlice
constructors
this
destructors
~this
functions
byKey
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
remove
postblits
this(this)