Bytes31Trait

Fully qualified path: core::bytes_31::Bytes31Trait

pub trait Bytes31Trait

Trait functions

at

Gets the byte at the given index (LSB's index is 0), assuming that index < BYTES_IN_BYTES31. If the assumption is not met, the behavior is undefined.

Fully qualified path: core::bytes_31::Bytes31Trait::at

fn at(self: @bytes31, index: usize) -> u8