m3 ~master (2015-04-08T21:25:04Z)
Home
Dub
Repo
ArrayPtrTypeOf.ArrayPtrTypeOf
m3
m3
ArrayPtrTypeOf
Undocumented in source.
alias
ArrayPtrTypeOf
=
TypeOf
!(
T
)
alias
ArrayPtrTypeOf
=
void
**
alias
ArrayPtrTypeOf
=
T
*
template
ArrayPtrTypeOf
(T)
static if
(!(
isArray!(T)
))
static if
(!(
is(T == class)
))
alias
ArrayPtrTypeOf
=
T
*
Meta
Source
See Implementation
m3
m3
ArrayPtrTypeOf
aliases
ArrayPtrTypeOf