pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
IndexMixin.length
util
multi_index
Sequenced
Inner
IndexMixin
Returns the number of elements in the container.
Complexity:
O
(1)
.
mixin template
IndexMixin
(size_t N, alias Range_0)
@
property
size_t
length
const
(
)
Meta
Source
See Implementation
util
multi_index
Sequenced
Inner
IndexMixin
aliases
insert
removeAny
functions
insertBack
insertFront
opSlice
relocateBack
relocateFront
remove
removeBack
removeFront
replace
properties
back
empty
front
length
Returns the number of elements in the container.
Complexity: O(1).