The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
OpenHashSet.remove
containers
openhashset
OpenHashSet
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
bool
remove
(
T
item
)
Parameters
item
T
the item to remove
Return Value
Type:
bool
true
if the item was removed,
false
if it was not present
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)