Right now there are a few tests in https://github.com/SciNim/flambeau/blob/master/tests/arraymancerTestSuite/tensor/test_accessors.nim that fail. Most notably: - No bounds-checking - Expression like `a[1, 1] += 10` isn't possible because `a[1, 1]` is immutable.
Right now there are a few tests in https://github.com/SciNim/flambeau/blob/master/tests/arraymancerTestSuite/tensor/test_accessors.nim that fail. Most notably:
a[1, 1] += 10isn't possible becausea[1, 1]is immutable.