Implement Big Endian types.
We currently only support Little Endian types for primitives, but it'd be convenient to implement Big Endian as well.
I'm thinking of just adding new types for Big endian, as they're not used as often.
Probably something like U8Be
or similar.