# Variables
BigEndian is like binary.BigEndian, but allocates memory and returns byte slices, for convenience.
NativeEndian is either little endian or big endian, depending on the native endian-ness, and allocates memory and returns byte slices, for convenience.
# Interfaces
ByteOrder is like binary.ByteOrder, but allocates memory and returns byte slices, for convenience.