Skip to main content

Module vec

Module vec 

Source
Expand description

A growable but fixed-capacity array type, written as StaticVec<T>, short for “static vector”.

This module contains the StaticVec type.

Structs§

StaticVec