pub type I32<E> = I32Bytes<E>;
An i32 value with an externally specified endianness of type E.
i32
E
struct I32<E>([u8; 4], PhantomData<E>);
0: [u8; 4]
1: PhantomData<E>