Documentation Language: Swift

Method

isAlias(of:)

Test whether the receiver is an alias of the given type reference

func isAlias(of ref: TypeReference) -> Bool

Parameters

ref

The type reference to test for

Return Value

true if the receiver is an alias of the passed-in type