containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
OpenHashSet.opBinaryRight
containers
openhashset
OpenHashSet
bool
contains
(T item)
bool
opBinaryRight
(T item)
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
inout nothrow
bool
opBinaryRight
(
string
op
)
(
T
item
)
if
(
op
== "in"
)
Return Value
Type:
bool
true
if the hash set contains the given item, false otherwise.
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
opSlice
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
range
remove
postblits
this(this)