diamond v2.7.0 (2018-03-07T22:17:16Z)
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.