Tensor.opIndexAssign

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

  1. void opIndexAssign(T n, size_t index)
  2. T opIndexAssign(T t, I indices)
    struct Tensor
    T
    opIndexAssign
    (
    I...
    )
    (
    in T t
    ,
    in I indices
    )
    if (
    I.length == sizes.length
    )

Meta