Contents

mutableSpan

A mutable span over the elements of this array, providing direct mutating access.

Declaration

var mutableSpan: MutableSpan<Element> { mutating get }

Discussion