コード例 #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);