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);
public static bool Identical <T>(this Span256 <T> lhs, Span256 <T> rhs) where T : struct => lhs.ReadOnly().Identical(rhs);