Function AliasAwareMixin.link

Alias a identity to an alias_.

AliasAware!W link (
  W identity,
  W alias_
);

Parameters

NameDescription
identity the originial identity which is to be aliased.
alias_ the alias of identity.

Returns

this