Expand description
Types used to specify indexes, ranges, lengths, and capacities of collections.
Structs§
- Growth behavior which consistently doubles in size
- Growth behavior which never requests extra capacity
Traits§
- Growth behavior for collections which have exceeded their available storage
- Types which may be used to index and define the length and capacity of collections.