operator [] method

Byte operator [](
  1. Int index
)

Get a byte from the mutable data.

Implementation

Byte operator [](Int index) => index;