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