The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashSet.opBinaryRight
containers
hashset
HashSet
Supports
a in b
syntax
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
inout
inout
(
T
)*
opBinaryRight
(
string
op
)
(
T
value
)
if
(
op
== "in"
)
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
Supports a in b syntax