subscript(_:)
Accesses the element at the specified position.
Declaration
subscript(index: OutputSpan<Element>.Index) -> Element { get set }Parameters
- index:
A valid index into this span.
Accesses the element at the specified position.
subscript(index: OutputSpan<Element>.Index) -> Element { get set }A valid index into this span.