index
Implements IndexList which is commonly used to represent N-D indices.
You can import these APIs from the utils package. For example:
from std.utils import IndexList
Structs
-
IndexList: A base struct that implements size agnostic index functions.