Contents

mutableElements

A mutable view of the per-vertex data.

Declaration

var mutableElements: MutableSpan<ElementType> { mutating get }

Discussion

The span’s lifetime is tied to self.

See Also

Accessing vertex data