1 implementation of
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
208
object ITensor.
this
[params scoped ReadOnlySpan<nint> indexes] { get => this[indexes]!; set => this[indexes] = (T)value; }