Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

alexandria_bytes

Fully qualified path: alexandria_bytes

Modules


Re-exports:

BytesNote that: In Bytes, there are many variables about size and length. We use size to represent the number of bytes in Bytes. We use length to represent the number of elements in Bytes….


BytesIndexImplementation of IndexView trait for Bytes. Allows indexing into the Bytes structure to access individual u128 elements.
BytesStoreStore for a Bytes object. The layout of a Bytes object in storage is as follows:…