For the case of `ndarray`, ```chapel var a = ndarray.arange(2,3); var b = ndarray.arange(2,3); ``` (these work, but not for `staticTensor` and `dynamicTensor`).