AliasingContainer.resolve

Resolve the alias to an element identity.

class AliasingContainer
const
const(string)
resolve
(
in string alias_
)

Parameters

alias_ string

the alias to an identity.

Return Value

Type: const(string)

string the last found identity in alias chain.

Meta