insert(_:)

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

Declaration

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