Skip to content

Fix accessors #10

@HugoGranstrom

Description

@HugoGranstrom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions