Closed daniil-berg closed 11 months ago
:link: std::ops::Index
Default implementation should allow element access via tuples or slices of integers, similarly to how ndarray::ArrayBase implements that trait. This likely requires a custom trait similar to ndarray::NdIndex to constrain the index type.
ndarray::ArrayBase
ndarray::NdIndex
:link: std::ops::Index
Default implementation should allow element access via tuples or slices of integers, similarly to how
ndarray::ArrayBase
implements that trait. This likely requires a custom trait similar tondarray::NdIndex
to constrain the index type.