SwitchableContainer.resolve

Resolve an alias to original identity, if possible.

class SwitchableContainer
const
static if(is(T : AliasAware!string))
const(string)
resolve
(
in string alias_
)

Parameters

alias_ string

alias of original identity

Return Value

Type: const(string)

const(string) the last identity in alias chain if decorated is enabled, or alias_ when not.

Meta