Search results

There are no results.

std.endian.big

Methods for converting values to/from big-endian encoded bytes.

Methods

read_i32

Reads four bytes starting at at as a 32-bits signed integer.

read_i64

Reads eight bytes starting at at as a 64-bits signed integer.

write_i32

Writes a value interpreted as a 32-bits unsigned integer into into as a series of bytes, starting at the index at.

write_i64

Writes a value interpreted as a 64-bits signed integer into into as a series of bytes, starting at the index at.