ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
isCompoundType.isCompoundType
ocean
core
Traits
isCompoundType
Undocumented in source.
auto
isCompoundType
;
template
isCompoundType
(T)
deprecated
static immutable
static if
(
is(T == struct) || is(T == class) || is(T == union)
)
auto
isCompoundType
=
true
;
auto
isCompoundType
;
Meta
Source
See Source File
ocean
core
Traits
isCompoundType
static variables
isCompoundType