aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
LocatorAwareDecoratorMixin
aermicioi
aedi
storage
locator_aware
Undocumented in source.
mixintemplate
LocatorAwareDecoratorMixin
(T : LocatorAware!(Z, X), Z, X)
mixintemplate
LocatorAwareDecoratorMixin
(Type = Object, KeyType = string)
@
safe
mixin template
LocatorAwareDecoratorMixin (
Type
=
Object
KeyType
=
string
) {
import
aermicioi
.
aedi
.
storage
.
locator
;
;
Locator
!(
Type
,
KeyType
)
locator
[@property setter];
inout
(
Locator
!(
Type
,
KeyType
))
locator
[@property getter];
}
Members
Properties
locator
Locator
!(
Type
,
KeyType
)
locator
[@property setter]
Set locator
locator
inout
(
Locator
!(
Type
,
KeyType
))
locator
[@property getter]
Get locator
Meta
Source
See Implementation
aermicioi
aedi
storage
locator_aware
aliases
DelegatingLocator
interfaces
LocatorAware
mixin templates
LocatorAwareDecoratorMixin
LocatorAwareMixin