示例#1
0
 public static ReadOnlySpan <byte> AsBytes <T>(ReadOnlySpan <T> source)
     where T : struct => source.AsBytes();