conforms(to:)
Returns a Boolean value that indicates whether a type conforms to the type.
Declaration
func conforms(to type: UTType) -> BoolParameters
- type:
A Uttype Swift.struct instance.
Return Value
true if the type directly or indirectly conforms to type, or if it’s equal to type.