resolvePointeeType

Resolve the pointe type.

resolvePointeeType
(
LookupT
)
if (
__traits(hasMember, LookupT, "kind")
)

Parameters

LookupT

a type supporting the method "kind" taking a USR as parameter, returning the result as a TypeKind wrapped in a range.

type
Type: TypeKind

the type to resolve

lookup
Type: LookupT

see LookupT

Return Value

Type: auto

TypeKindAttr of the pointee type.

Meta