deepLength

Returns product of all lengths of array ([[1, 2, 3], [1, 3]].deepLength -> 6)

size_t
deepLength
(
T
)
(
T arr
)
if (
isArray!T
)

Meta