warp
warp copied to clipboard
[REQ] Extend `array.as_type()` to reinterpret arrays of vector types as multidimensional scalar arrays
Description
It would be helpful to be able to convert arrays of vector/matrix types to expanded scalar arrays.
Context
Originally we discussed building this feature into wp.tile_load(), but improving array.as_type() would be a more general solution.