Allowed types list
import std.meta: AliasSeq; alias V = Nullable! ( This*, string, double, bool, ); static assert(is(V.AllowedTypes == TypeSet!( typeof(null), bool, string, double, V*)));
TypeSet
See Implementation
Allowed types list