std.endian.little
Methods for converting values to/from little-endian encoded bytes.
Methods
| read_i16 | Reads four bytes starting at | |
| read_i32 | Reads four bytes starting at | |
| read_i64 | Reads eight bytes starting at | |
| write_i16 | Writes a value interpreted as a 16-bits unsigned integer into | |
| write_i32 | Writes a value interpreted as a 32-bits unsigned integer into | |
| write_i64 | Writes a value interpreted as a 64-bits signed integer into |