spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
ContainerStorageType.U
spasm
rt
array
ContainerStorageType
Undocumented in source.
template
ContainerStorageType
(T)
@
safe
nothrow
static if
(
is(T == const) || is(T == immutable)
)
static if
(!(
isBasicType!T || isDynamicArray!T || isPointer!T
))
static if
(!(
is(T == class) || is(T == interface)
))
static if
(
is(T == struct)
)
alias
U
=
Unqual
!
T
Meta
Source
See Implementation
spasm
rt
array
ContainerStorageType
aliases
ContainerStorageType
U