LocatorAwareMixin.locator - multiple declarations

Function LocatorAwareMixin.locator

Get locator

inout inout(Locator!(Type,KeyType)) locator () nothrow @safe;

Returns

Locator!(Type, KeyType)

Function LocatorAwareMixin.locator

Set locator

typeof(this) locator (
  Locator!(Type,KeyType) locator
);

Parameters

NameDescription
locator the locator used somehow by locator aware component

Returns

typeof(this)