core.stdcpp.type_traits

D header file for interaction with C++ std::type_traits.

Types 5

structintegral_constant(T, T Val)
Fields
T value
aliasbool_constant(bool b) = integral_constant!(bool, b)
aliastrue_type = bool_constant!true
aliasfalse_type = bool_constant!false
structis_empty(T)
Fields
bool value