LocatorAwareMixin.locator

Get locator

  1. Locator!(Type, KeyType) locator [@property setter]
  2. inout(Locator!(Type, KeyType)) locator [@property getter]
    mixintemplate LocatorAwareMixin(Type = Object, KeyType = string)
    @property @safe nothrow inout
    inout(Locator!(Type, KeyType))
    locator
    ()

Return Value

Type: inout(Locator!(Type, KeyType))

Locator!(Type, KeyType)

Meta