NamedType.empty

Undocumented in source. Be warned that the author may not have intended to support it.
struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
inout
static if(!(is(Tr == Comparable)))
static if(!(is(Tr == Hashable)))
static if(!(is(Tr == Incrementable)))
static if(!(is(Tr == Decrementable)))
static if(!(is(Tr == Addable)))
static if(!(is(Tr == Subtractable)))
static if(!(is(Tr == Modulable)))
static if(!(is(Tr == Divisable)))
static if(!(is(Tr == Multiplicable)))
static if(!(is(Tr == ImplicitConvertable)))
static if(is(Tr == Lengthable))
bool
empty
()
if (
is(TagT : Tag!U, )
)

Meta