AliasAware

Interface for objects that are able to alias an identity and resolve an alias to original identity.

Members

Functions

link
AliasAware link(Type identity, Type alias_)

Alias a key to an alias_.

resolve
const(Type) resolve(Type alias_)

Resolve an alias to original identity, if possible.

unlink
AliasAware unlink(Type alias_)

Removes alias.

Meta