Construct new uninitialized slice of element type E and shape(length ...).
elements of shape
new uninitialized slice
assert(empty(2, 3).shape == [2, 3]); assert(empty([2, 3]).shape == [2, 3]);
See Implementation
Construct new uninitialized slice of element type E and shape(length ...).