OrderedIndex.length

Returns the number of elements in the container.

Complexity: O(1).

mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
@property const
size_t
length
()

Meta