AliasAware.resolve

Resolve an alias to original identity, if possible.

interface AliasAware(Type)
const
const(Type)
resolve
(
in Type alias_
)

Parameters

alias_ Type

alias of original identity

Return Value

Type: const(Type)

Type the last identity in alias chain.

Meta