Contents

mutableSpan

A mutable span over the single element of this collection.

Declaration

var mutableSpan: MutableSpan<Element> { mutating get }

Return Value

A MutableSpan over the element of this collection.

Discussion