The OpenD Programming Language

Algebraic.isNull

Defined if the first type is typeof(null)

struct Algebraic(T__...)
const @property
static if(is(AllowedTypes[0] == typeof(null)))
bool
isNull
()

Meta