IndexMixin.capacity

Returns the capacity of the index, which is the length of the underlying store

mixin template IndexMixin(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
size_t
capacity
const
(
)

Meta