dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
HashSet.opEquals
dstruct
set
HashSet
struct
HashSet
(T)
@
nogc
@
safe
pure nothrow const
bool
opEquals
(
U
)
(
const
(
HashSet
!
U
)
otherSet
)
if
(
is
(
U
:
T
) ||
is
(
T
:
U
)
)
Return Value
Type:
bool
True if two sets contain all equal values.
Meta
Source
See Implementation
dstruct
set
HashSet
aliases
put
functions
add
opBinaryRight
opEquals
remove
properties
empty
length