phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
ContainerElementType.ContainerElementType
nxt
container_traits
ContainerElementType
Undocumented in source.
alias
ContainerElementType
=
ElementType
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
==
const
),
ElementType
)
alias
ContainerElementType
=
ElementType
template
ContainerElementType
(ContainerType, ElementType)
@
safe
static if
(!(
isMutable!ContainerType
))
static if
(!(
hasIndirections!ElementType
))
alias
ContainerElementType
=
ElementType
Meta
Source
See Implementation
nxt
container_traits
ContainerElementType
aliases
ContainerElementType
templates
ET