glue-d ~master (2022-04-28T12:05:01.5022314)
Dub
Repo
TargetTypeOf
glued
annotations
Undocumented in source.
template
TargetTypeOf (
T
...
)
if
(
T
.
length
== 1
) {
static if
(
is(T[0])
)
static if
(
is(T[0] == class)
)
enum
TargetTypeOf
;
static if
(
is(T[0])
)
static if
(!(
is(T[0] == class)
))
static if
(
is(T[0] == interface)
)
enum
TargetTypeOf
;
static if
(
is(T[0])
)
static if
(!(
is(T[0] == class)
))
static if
(!(
is(T[0] == interface)
))
static if
(
is(T[0] == struct)
)
enum
TargetTypeOf
;
static if
(
is(T[0])
)
static if
(
is(T[0] == enum)
)
enum
TargetTypeOf
;
}
Members
Manifest constants
TargetTypeOf
enum
TargetTypeOf
;
Undocumented in source.
TargetTypeOf
enum
TargetTypeOf
;
Undocumented in source.
TargetTypeOf
enum
TargetTypeOf
;
Undocumented in source.
TargetTypeOf
enum
TargetTypeOf
;
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
aliases
getAnnotations
enums
expandToData
hasAnnotation
hasOneAnnotation
onlyStructs
structs
Implies
Target
templates
TargetTypeOf
getAnnotation
getExplicitAnnotationTypes
getExplicitAnnotations
getImplicitAnnotations
getType