diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
HashSet.add
diamond
core
collections
HashSet
Adds a value to the hash set.
class
HashSet
(T)
final
void
add
(
T
value
)
Parameters
value
T
The value added to the hash set.
Meta
Source
See Implementation
diamond
core
collections
HashSet
constructors
this
functions
add
has
opIndex
Adds a value to the hash set.