HashMap.opCast

Implement boolean conversion for a map.

struct HashMap(K, V)
@nogc @safe pure nothrow const
bool
opCast
(
T : bool
)
()
if ()

Return Value

Type: bool

True if this set is not empty.

Meta