/// <inheritdoc />
 public string Format(string format, MutableNdArray<T> array,
                      IFormatProvider formatProvider)
     => FormatCore(format, array.ToImmutable(), formatProvider, "MutableNdArray");