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.
A mutable view of the per-vertex data.
var mutableElements: MutableSpan<ElementType> { mutating get }The span’s lifetime is tied to self.