m3 ~master (2015-04-08T21:25:04Z)
Home
Dub
Repo
TypeOf.TypeOf
m3
m3
TypeOf
Undocumented in source.
alias
TypeOf
=
Bases
[
DIM
]
alias
TypeOf
=
void
*
alias
TypeOf
=
T
template
TypeOf
(T, TypeOfClass toc = TypeOfClass.AsClass)
static if
(!(
isArray!(T)
))
static if
(
is(T == class)
)
static if
(!(
toc == TypeOfClass.AsVoid
))
alias
TypeOf
=
T
alias
TypeOf
=
T
*
Meta
Source
See Implementation
m3
m3
TypeOf
aliases
Base
Bases
TypeOf
variables
DIM