Expand description

This library provides an array type that is similar to the built-in Vec type, but lives on the stack!

You can store a fixed number of elements of a specific type (even non-copy types!)

Structs

A data structure for storing and manipulating fixed number of elements of a specific type.