An iterator struct over a ByteArray.

Signature


#[derive(Drop, Clone)]
pub struct ByteArrayIter {
    ba: ByteArray,
    current_index: IntRange,
}