Ejemplo n.º 1
0
 public static string FormatBits <T>(this Vec256 <T> src, bool tlz = false, bool specifier = false, int?blockWidth = null)
     where T : struct
 => src.ToReadOnlySpan().FormatBits(tlz, specifier, blockWidth);