LocatorMixin

Mix in locator interface implementation that delegates the logic to decorated container.

  1. mixintemplate LocatorMixin(T : Locator!(W, X), W, X)
    @safe
    mixin template LocatorMixin (
    T : Locator!(W, X)
    W
    X
    ) {}
  2. mixintemplate LocatorMixin(W, X)

Members

Mixins

__anonymous
mixin LocatorMixin!(W, X)
Undocumented in source.

Meta