Reads a base type from input slice. popLE parses bytes in little-endian order. popBE parses bytes in big-endian order.
ubyte input range.
true if read error.
Supported types: byte, ubyte, short, ushort, int, uint, long, ulong, float, double
On failure, *err is set to true, return 0. The input range cannot be used anymore.
See Implementation
Reads a base type from input slice. popLE parses bytes in little-endian order. popBE parses bytes in big-endian order.