phobos-next ~master (2025-01-18T22:13:40.3704578)
Dub
Repo
ContainerElementType.ContainerElementType
nxt
container
traits
ContainerElementType
Undocumented in source.
alias
ContainerElementType
=
ElementType
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
==
const
),
ElementType
)
template
ContainerElementType
(ContainerType, ElementType)
@
safe
static if
(!(
isMutable!ContainerType
))
static if
(
hasIndirections!ElementType
)
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
== const),
ElementType
)
alias
ContainerElementType
=
ElementType
Meta
Source
See Implementation
nxt
container
traits
ContainerElementType
aliases
ContainerElementType
templates
ET