TypeBasedContainer.link

Alias a key to an alias_.

class TypeBasedContainer
static if(is(T : AliasAware!string))
link
(
string identity
,
string alias_
)

Parameters

identity string

the originial identity which is to be aliased.

alias_ string

the alias of identity.

Return Value

this

Meta