Documentation Language: Swift

Method

removeResource(uri:)

Removes a resource by its URI from this resource set.

@discardableResult func removeResource(uri: String) -> Bool

Parameters

uri

The URI of the resource to remove.

Return Value

true if the resource was removed, false if it wasn’t found.