The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashSet.remove
containers
hashset
HashSet
Removes the given item from the set.
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
bool
remove
(
T
value
)
Return Value
Type:
bool
false if the value was not present
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
Removes the given item from the set.