Module epcompat.array
Structs
Name | Description |
---|---|
Array
|
A variable-length array on type T with an index of type I that runs from first to last inclusive. The bounds are supplied at run-time. |
StaticArray
|
A fixed-length array on type T with an index that runs from first to last inclusive. The bounds are supplied at compile-time. |
StaticArray
|