Пример #1
0
 public static Span128 <byte> From <T>(Span128 <T> src)
     where T : struct
 => Span128.Load(MemoryMarshal.AsBytes(src.Unblock()));