reshape
Method of IntegerArray.
reshape(const List<integer> shape) -> IntegerArray
Reshapes the IntegerArray in-place to the given dimensions.
Parameters
- shape: The new shape.
Method of IntegerArray.
reshape(const List<integer> shape) -> IntegerArrayReshapes the IntegerArray in-place to the given dimensions.