The OpenD Programming Language

bool_constant

import core.stdcpp.type_traits;
alias bool_constant(bool b) = integral_constant!(bool, b)

Meta