libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
TypesOf.T
optional
bolts
TypesOf
Undocumented in source.
alias
T
=
F
alias
T
=
typeof
(
Values
[
0
])
template
TypesOf
(Values...)
static if
(
Values.length
)
static if
(!(
isFunction!(Values[0]) && is(typeof(&Values[0]) F)
))
static if
(
is(typeof(Values[0]))
)
alias
T
=
typeof
(
Values
[0])
alias
T
=
Values
[
0
]
Meta
Source
See Implementation
optional
bolts
TypesOf
aliases
T
TypesOf