Optional
createList: <T>(arr: T[]) => IListLike<T>Adds a single value associated with a specific major and minor index.
The major index.
The minor index.
The value to be added.
If the value is an Array, it will be treated as a discrete value. If you want to set multiple values along the minor axis, then use addValues.
Constructs and returns the bounded tuples based on the added values. This method can be called multiple times.
The built bounded tuples.
Transposes cell coordinates within tuples to create
MajorTuple
representations in the opposite orientation.This utility efficiently converts data organized by one orientation into the opposite.