예제 #1
0
파일: Claim.x.cs 프로젝트: 0xCM/arrows
 public static void ClaimEqual <T>(this Span256 <T> lhs, Span256 <T> rhs, [Member] string caller = null, [File] string file = null, [Line] int?line = null)
     where T : struct
 => lhs.ReadOnly().ClaimEqual(rhs, caller, file, line);
예제 #2
0
파일: gmath.x.cs 프로젝트: 0xCM/arrows
 public static bool Identical <T>(this Span256 <T> lhs, Span256 <T> rhs)
     where T : struct
 => lhs.ReadOnly().Identical(rhs);