Expand description
Types used to specify indexes, ranges, lengths, and capacities of collections.
Structs§
- Grow
Doubling - Growth behavior which consistently doubles in size
- Grow
Exact - Growth behavior which never requests extra capacity
Types used to specify indexes, ranges, lengths, and capacities of collections.