aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
MutableDecoratorMixin.decorated
aermicioi
aedi
storage
decorator
MutableDecoratorMixin
Get decorated
typeof
(
this
)
decorated
(T decorated)
inout
(
T
)
decorated
()
mixintemplate
MutableDecoratorMixin
(T)
@
safe
nothrow pure inout
inout
(
T
)
decorated
(
)
out (result) { static if (is(T == class) || is(T == interface) || is(T == X*, X)) { assert (result !is null, "Attempted to return decorated instance, however none was configured in decorator itself."); } }
Return Value
Type:
inout
(
T
)
T
Meta
Source
See Implementation
aermicioi
aedi
storage
decorator
MutableDecoratorMixin
functions
decorated
Get decorated