sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TypeMixin
d
common
type
Undocumented in source.
mixin template
TypeMixin (
K
Payload
) {
mixin
TypeAccessorMixin
!
K
;
alias
UnionType
(
T
...)
=
UnionTypeTpl
!(
typeof
(
this
),
T
)
;
auto
getParamType
(ParamKind kind);
auto
asFunctionType
();
}
Members
Aliases
UnionType
alias
UnionType
(
T
...)
=
UnionTypeTpl
!(
typeof
(
this
),
T
)
Undocumented in source.
Functions
asFunctionType
auto
asFunctionType
()
Undocumented in source.
getParamType
auto
getParamType
(ParamKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
TypeAccessorMixin
!
K
Undocumented in source.
Meta
Source
See Implementation
d
common
type
aliases
ParamTuple
mixin templates
TypeAccessorMixin
TypeMixin
structs
TypeDescriptor