Contents

insert(_:)

Add a new part to the container. Returns true if added. Returns false if it already exists.

Declaration

@discardableResult mutating func insert(_ part: MeshResource.Part) -> Bool

See Also

Using the collection