FixedArray._store

Store of capacity number of elements.

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

Meta