Match types like std.typeconst: Nullable.
import std.typecons; static assert(isStdNullable!(Nullable!double));
import mir.algebraic; static assert(isStdNullable!(Nullable!double));
See Implementation
Match types like std.typeconst: Nullable.