shape

@property
shape
(
Range
)
(
scope const auto ref Range range
)
if (
hasLength!Range ||
hasShape!Range
)

Examples

static assert([2, 2, 2].shape == [3]);

Meta