ObjectStorage.resolve

Resolve the alias to an element identity.

class ObjectStorage(Type = Object, KeyType = string)
const
const(KeyType)
resolve
(
in KeyType alias_
)

Parameters

alias_ KeyType

the alias to an identity.

Return Value

Type: const(KeyType)

KeyType the last found identity in alias chain.

Meta