Contents

mutableSpan

A mutable span over the elements of this array.

Declaration

var mutableSpan: MutableSpan<Element> { mutating get }

Return Value

A MutableSpan over the elements of this array.

Discussion