ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
_RawDataHandlerWrapper.getMixinRecursive
ae
utils
autodata
_RawDataHandlerWrapper
Undocumented in source.
template
_RawDataHandlerWrapper
()
template
getMixinRecursive (
T
string
name
string
loopDepth
) {
static if
(
is(T U : U[])
)
enum
getMixinRecursive
;
static if
(!(
is(T U : U[])
))
static if
(
!hasAliasing!(T)
)
enum
getMixinRecursive
;
static if
(!(
is(T U : U[])
))
static if
(!(
!hasAliasing!(T)
))
static if
(
is(T == struct)
)
enum
getMixinRecursive
;
static if
(!(
is(T U : U[])
))
static if
(!(
!hasAliasing!(T)
))
static if
(!(
is(T == struct)
))
static if
(
is(T == class)
)
enum
getMixinRecursive
;
}
Members
Manifest constants
getMixinRecursive
enum
getMixinRecursive
;
Undocumented in source.
getMixinRecursive
enum
getMixinRecursive
;
Undocumented in source.
getMixinRecursive
enum
getMixinRecursive
;
Undocumented in source.
getMixinRecursive
enum
getMixinRecursive
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
autodata
_RawDataHandlerWrapper
templates
getMixin
getMixinRecursive