SubscribableContainer.link

Alias a identity to an alias_.

class SubscribableContainer
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

Type: SubscribableContainer!T

this

Meta