The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
is_empty.type
core
stdcpp
type_traits
is_empty
import core.stdcpp.type_traits;
struct
is_empty
(T)
alias
type
=
integral_constant
!(
bool
,
value
)
Meta
Source
See Implementation
core
stdcpp
type_traits
is_empty
aliases
type
value_type
variables
value