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