Contents

mutableSpan

A mutable span over the single element stored in this box.

Declaration

var mutableSpan: MutableSpan<Value> { mutating get }

Return Value

A MutableSpan over the element stored in this box.

Discussion