phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
ContainerElementType.ContainerElementType
array_ex
ContainerElementType
Undocumented in source.
alias
ContainerElementType
=
ElementType
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
==
const
),
ElementType
)
template
ContainerElementType
(ContainerType, ElementType)
static if
(!(
isMutable!ContainerType
))
static if
(
hasIndirections!ElementType
)
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
== const),
ElementType
)
alias
ContainerElementType
=
ElementType
Meta
Source
See Implementation
array_ex
ContainerElementType
aliases
ContainerElementType
templates
ET