The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
OpenHashSet.contains
containers
openhashset
OpenHashSet
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
const
bool
contains
(
T
item
)
Return Value
Type:
bool
true
if the hash set contains the given item, false otherwise.
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
postblits
this(this)