public static char Char(ReadOnlySpan <byte> bytes, int offset) { return((char)FastBinaryRead.UInt16(bytes, offset)); }
public static char Char(ref byte[] bytes, int offset) { return((char)FastBinaryRead.UInt16(ref bytes, offset)); }