Ejemplo n.º 1
0
 public ref T this[params int[] indices] =>
 ref Unsafe.Add(ref Unsafe.AsRef <T>((void *)Ptr), ArrayUtilities.GetIndex(Strides, indices));