Tiny Pitch: `ByteOrder` type

As the post you quoted points out, it is often useful to know the byte order of a data stream so that you can process it correctly. The Unicode Processing APIs pitch contains a type like this because it’s important to know the endianness of a Unicode stream when processing it.

1 Like