Tensor.opIndex

T = Tensor[i, j, ...]

  1. T opIndex(size_t index)
  2. T opIndex(I indices)
    struct Tensor
    const
    T
    opIndex
    (
    I...
    )
    (
    in I indices
    )
    if (
    I.length == sizes.length
    )

Meta