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