phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
TotalContainer.opBinaryRight
std
container
TotalContainer
k
in
container
returns true if the given key is in the container.
bool
opBinaryRight
(KeyType k)
struct
TotalContainer
(T)
bool
opBinaryRight
(
string
op
)
(
KeyType
k
)
if
(
op
== "in"
)
TotalContainer
opBinaryRight
(Stuff lhs)
Meta
Source
See Implementation
std
container
TotalContainer
aliases
KeyType
KeyTypes
ValueType
functions
clear
equalRange
insert
insertAfter
insertBack
insertBefore
insertFront
linearInsert
linearRemove
lowerBound
moveAt
moveBack
moveFront
opBinary
opBinaryRight
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
opOpAssign
opSlice
remove
removeAny
removeBack
removeFront
removeKey
replace
reserve
stableInsert
stableInsertAfter
stableInsertBack
stableInsertBefore
stableInsertFront
stableLinearInsert
stableLinearRemove
stableRemove
stableRemoveAny
stableRemoveBack
stableRemoveFront
stableReplace
upperBound
properties
back
capacity
dup
empty
front
length
structs
Range
k in container returns true if the given key is in the container.