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 TypeKind

the type to resolve

lookup LookupT

see LookupT

Return Value

Type: auto

TypeKindAttr of the pointee type.

Meta