klyn.math.NDArray.size
property
public readonly property size as UInt:
Description
The total number of elements in the array.
a = NDArray<Int>.zeros([2, 3])
print(a.size)   # 6