Bytes31Impl

Fully qualified path: core::bytes_31::Bytes31Impl

pub impl Bytes31Impl of Bytes31Trait

Impl 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::Bytes31Impl::at

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