subscript(unchecked:)
Accesses the element at the specified index.
Declaration
subscript(unchecked index: OutputSpan<Element>.Index) -> Element { borrow mutate }Parameters
- index:
A valid index into this span.
Overview
This subscript does not validate index; this is an unsafe operation.