symbol_pointerType

Determine pointer type needed to access a Symbol, essentially what type an OPrelconst should get for that Symbol.

version(COMPILE)
extern (C++) nothrow @safe
tym_t
symbol_pointerType
(
const Symbol* s
)

Parameters

s Symbol*

pointer to Symbol

Return Value

Type: tym_t

pointer type to access it

Suggestion Box / Bug Report