Contents

subscript(unchecked:)

Accesses the element at the specified position.

Declaration

subscript(unchecked index: OutputSpan<Element>.Index) -> Element { get set }

Parameters

  • index:

    A valid index into this span.

Overview

This subscript does not validate position; this is an unsafe operation.