quirks ~master (2021-09-03T19:54:14Z)
Dub
Repo
TypeOf.TypeOf
quirks
type
TypeOf
Undocumented in source.
alias
TypeOf
=
thing
alias
TypeOf
=
typeof
(
thing
)
template
TypeOf
(alias thing)
@
safe
static if
(!(
std.traits.isType!thing || !__traits(compiles, typeof(thing))
))
alias
TypeOf
=
typeof
(
thing
)
Meta
Source
See Implementation
quirks
type
TypeOf
aliases
TypeOf