Contents

insert(_:)

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

Declaration

@discardableResult mutating func insert(_ model: MeshResource.Model) -> Bool

See Also

Using the collection