Contents

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.

Overview