The OpenD Programming Language

is_empty.type

import core.stdcpp.type_traits;
struct is_empty(T)
alias type = integral_constant!(bool, value)

Meta