spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
ContainerStorageType.ContainerStorageType
spasm
rt
array
ContainerStorageType
Undocumented in source.
alias
ContainerStorageType
=
Unqual
!
T
alias
ContainerStorageType
=
Rebindable
!
T
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)
)
alias
ContainerStorageType
=
Rebindable
!
T
alias
ContainerStorageType
=
U
alias
ContainerStorageType
=
T
Meta
Source
See Implementation
spasm
rt
array
ContainerStorageType
aliases
ContainerStorageType
U