The OpenD Programming Language

ReshapeError

Error codes for reshape.

Values

ValueMeaning
none

No error

empty

Slice should be not empty

total

Total element count should be the same

incompatible

Structure is incompatible with new shape

Meta