dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
HashSet.add
dstruct
set
HashSet
Add an element to this set if needed.
void
add
(
ref
T
value
)
void
add
(
T
value
)
struct
HashSet
(T)
@
safe
pure nothrow
void
add
(
T
value
)
if
(
isAssignmentCopyable
!(
Unqual
!
T
)
)
Parameters
value
Type:
T
The value to add to the set.
Meta
Source
See Implementation
dstruct
set
HashSet
aliases
put
constructors
this
functions
add
dup
opBinaryRight
opCast
opEquals
remove
properties
empty
length
Add an element to this set if needed.