StaticArray._store

Store of capacity number of elements.

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
T[capacity] _store;

Meta