The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashSet.length
containers
hashset
HashSet
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
const nothrow pure @
nogc
@
safe
@
property
size_t
length
(
)
Return Value
Type:
size_t
the number of items in the set
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove