Contents

subscript(_:)

Get or set a value in this array as data.

Declaration

subscript(index: Int) -> RawSpan? { get set }

Parameters

  • index:

    The index at which to get or set the data.

Return Value

A RawSpan of the data or nil if no such value was found.