Locator

Interface for objects that can serevr Type elements.

@safe
interface Locator (
Type = Object
KeyType = string
) {}

Members

Functions

get
Type get(KeyType identity)

Get a Type that is associated with key.

has
bool has(KeyType identity)

Check if an element is present in Locator by key id.

Meta