xxxxxxxxxx
import std;
public import std.typecons : Nullable;
import std.typecons : Nullable;
alias T = Nullable!int;
pragma(msg, fullyQualifiedName!Nullable);
pragma(msg, isInstanceOf!(Nullable, T));
void main(){}