예제 #1
0
파일: BitFormat.cs 프로젝트: 0xCM/arrows
 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);