> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::bytes_31::Bytes31Impl

A trait for accessing a specific byte of a `bytes31` type.

## Signature

```rust theme={null}
pub impl Bytes31Impl of Bytes31Trait;
```

## Impl functions

### at

Returns the byte at the given index (LSB's index is 0).
Assumes that \`index  u8

```


```
