std
::
collections
::
elastic_array {Type, MAX_SIZE}
ElasticArray
struct
ElasticArray
(
Printable
)
{
usz
size
;
Type
[
MAX_SIZE
]
entries
;
}
Members
Methods