The type of values stored within the tuples.
Apply the updates
Adds a single value associated with a specific major and minor index.
The row index.
The column 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 pushMultipleAt.
Adds multiple values associated with a specific row and column index.
The row index.
The column index.
An array of values to be added.
A Results builder for creating new Ranges. A builder maintains an ordered structure where major and minor values must always increase, otherwise an error will be thrown.