isNullType.isNullType

Undocumented in source.
template isNullType(alias T)
enum isNullType = is(typeof(T) == typeof(null));

Meta