Example #1
0
 public static ReadOnlySpan <T> ToReadOnlySpan <T>(this Vec1024 <T> src)
     where T : struct
 => src.ToSpan();
Example #2
0
 public static string FormatHex <T>(this Vec1024 <T> src, bool vectorize = true, char?sep = null)
     where T : struct
 => src.ToSpan().FormatHex(vectorize, sep);