Table.length

mixintemplate Table(Container, KeyType, SlotType, Allocator, alias CallGCRange)
@trusted @property const nothrow
size_t
length
()

Return Value

Type: size_t

the number of stored slots in the container.

Meta