Span and ReadOnlySpan have an indexer that allows byte x = mySpan[3]; and also allow ranges, like Span
Span
ReadOnlySpan
byte x = mySpan[3];