ArrayReshape
returns the
list-of-values
elements reshaped as nested list with dimensions according to thelist-of-dimension
.
Use
expr
to fill up elements, if there are too little elements in thelist-of-values
.
Examples
A list of non-negative integers is expected at position 2. The optional third argument x
is used to fill up the structure:
Ignore unnecessary elements
Implementation status
- ☑ - partially implemented