spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
ContainerElementType.ContainerElementType
spasm
rt
array
ContainerElementType
Undocumented in source.
alias
ContainerElementType
=
ElementType
template
ContainerElementType
(ContainerType, ElementType)
@
safe
nothrow
static if
(
isMutable!ContainerType
)
alias
ContainerElementType
=
ElementType
alias
ContainerElementType
=
ET
!(
is
(
ContainerType
==
const
),
ElementType
)
alias
ContainerElementType
=
ElementType
Meta
Source
See Implementation
spasm
rt
array
ContainerElementType
aliases
ContainerElementType
templates
ET