phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
ContainerElementType.ContainerElementType
nxt
container
traits
ContainerElementType
Undocumented in source.
alias
ContainerElementType
=
ElementType
template
ContainerElementType
(ContainerType, ElementType)
@
safe
static if
(
isMutable!ContainerType
)
alias
ContainerElementType
=
ElementType
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
==
const
),
ElementType
)
alias
ContainerElementType
=
ElementType
Meta
Source
See Implementation
nxt
container
traits
ContainerElementType
aliases
ContainerElementType
templates
ET