DsymbolExp.resolve

Resolve a symbol s and wraps it in an expression object.

class DsymbolExp
static
resolve

Parameters

hasOverloads
Type: bool

works if the aliased symbol is a function. true: it's overloaded and will be resolved later. false: it's exact function symbol.

Meta