tango ~master (2021-12-14T19:14:08.8989381)
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