libuid ~master (2017-09-14T07:49:13Z)
Dub
Repo
EventListenerMixin.Impl
ui
Core
EventListenerMixin
Undocumented in source.
mixintemplate
EventListenerMixin
(string Event, TargetT = NoneTypeTag, ReturnT = void)
template
Impl () {
static if
(
is(ReturnT == void)
)
enum
RET
;
static if
(!(
is(ReturnT == void)
))
enum
RET
;
import
std
.
format
:
format
;
;
static if
(
is(TargetT == NoneTypeTag)
)
enum
Impl
;
static if
(!(
is(TargetT == NoneTypeTag)
))
enum
Impl
;
}
Members
Manifest constants
Impl
enum
Impl
;
Undocumented in source.
Impl
enum
Impl
;
Undocumented in source.
RET
enum
RET
;
Undocumented in source.
RET
enum
RET
;
Undocumented in source.
Meta
Source
See Implementation
ui
Core
EventListenerMixin
templates
Impl