dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
HashSet.opCast
dstruct
set
HashSet
Implement boolean conversion for a set.
struct
HashSet
(T)
@
nogc
@
safe
pure nothrow
bool
opCast
const
(
T
:
bool
)
(
)
if
(
isAssignmentCopyable
!(
Unqual
!
T
)
)
Return Value
Type:
bool
True if this set is not empty.
Meta
Source
See Implementation
dstruct
set
HashSet
aliases
put
constructors
this
functions
add
dup
opBinaryRight
opCast
opEquals
remove
properties
empty
length
Implement boolean conversion for a set.