collections ~master (2022-05-06T22:22:30.7373307)
Dub
Repo
Hashtable.size
stdx
collections
hashtable
Hashtable
Returns number of buckets.
struct
Hashtable
(K, V)
@
nogc
nothrow pure @
safe
const
size_t
size
(
)
Return Value
Type:
size_t
a positive integer.
Complexity:
O
(1)
.
Meta
Source
See Implementation
stdx
collections
hashtable
Hashtable
constructors
this
functions
clear
empty
front
get
insert
keyValuePairs
keys
length
opAssign
opBinary
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
popFront
rehash
remove
size
values
Returns number of buckets.