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.
Get or set a value in this array as data.
subscript(index: Int) -> RawSpan? { get set }The index at which to get or set the data.
A RawSpan of the data or nil if no such value was found.