public readonly property shape as IList<UInt>:
a = NDArray<Int>.zeros([2, 3]) print(a.shape) # [2, 3]