tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
InoutTypeOf.InoutTypeOf
tango
core
Traits
InoutTypeOf
Undocumented in source.
alias
InoutTypeOf
=
immutable
(
BaseTypeOf
!(
T
))
alias
InoutTypeOf
=
BaseTypeOf
!(
T
)
template
InoutTypeOf
(T, M)
static if
(!(
is(immutable(BaseTypeOf!(T)) == T) && is(immutable(BaseTypeOf!(T)) == M)
))
static if
(
(is(BaseTypeOf!(T) == T) && is(BaseTypeOf!(T) == M))
)
alias
InoutTypeOf
=
BaseTypeOf
!(
T
)
alias
InoutTypeOf
=
const
(
BaseTypeOf
!(
T
))
Meta
Source
See Implementation
tango
core
Traits
InoutTypeOf
aliases
InoutTypeOf