Module capacity

Source
Expand description

Types used to specify indexes, ranges, lengths, and capacities of collections.

Structs§

GrowDoubling
Growth behavior which consistently doubles in size
GrowExact
Growth behavior which never requests extra capacity

Traits§

Grow
Growth behavior for collections which have exceeded their available storage
Index
Types which may be used to index and define the length and capacity of collections.