containers ~master (2022-06-01T03:07:53.4795021)
Dub
Repo
OpenHashSet.clear
containers
openhashset
OpenHashSet
Removes all items from the hash set.
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
void
clear
(
)
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)
Removes all items from the hash set.