containers v0.1.0 (2015-08-28T00:03:20Z)
Home
Dub
Repo
HashSet.opBinaryRight
containers
hashset
HashSet
Supports
a in b
syntax
struct
HashSet
(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
inout nothrow
inout
(
T
)*
opBinaryRight
(
string
op
)
(
T
value
)
if
(
op
== "in"
)
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
opSlice
put
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
range
remove
postblits
this(this)
Supports a in b syntax