Contents

insert(_:)

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

Declaration

@discardableResult mutating func insert(_ instance: MeshResource.Instance) -> Bool

See Also

Using the collection