Quartz v5.25

bytes

Structs

Bytes (std/bytes.qz:10)

FieldType
_dataVec<Int>

Methods

get(): Int
set(): Void
size(): Int
read_u8(): Int
read_u16be(): Int
read_u16le(): Int
read_u32be(): Int
read_u32le(): Int
push(): Void
is_empty(): Bool

Return true if the bytes buffer is empty.

to_vec(): Vec<Int>

Convert to a Vec copy.

eq(): Bool