lref - multiple declarations

Function lref

Represents a reference that is located in locator.

auto LocatorReference lref (
  string id
);

auto auto lref(string name) ();

Represents a reference that is located in locator. It uses referenced data's identity in locator to find it and serve.

Function lref

Reference to a component stored in a locator by it's type.

auto auto lref(T) ();