Returns the total number of elements in a slice
array
total number of elements in a slice
import mir.ndslice.topology : iota; auto e = iota(2, 3, 1, 3); assert(e.size == (2 * 3 * 1 * 3));
See Implementation
Returns the total number of elements in a slice