Contents

subscript(_:)

Accesses the element at the specified index.

Declaration

subscript(index: OutputSpan<Element>.Index) -> Element { borrow mutate }

Parameters

  • index:

    A valid index into this span.

Overview