IndexMixin.length

Returns the number of elements in the container.

Complexity: O(1).

mixintemplate IndexMixin(size_t N, alias KeyFromValue, alias Hash, alias Eq, bool allowDuplicates, alias SeqRange, ThisContainer)
@property const
size_t
length
()

Meta