The OpenD Programming Language

nullptr_t

import core.stdc.stddef;
extern (C) @trusted nothrow @nogc
alias nullptr_t = typeof(null)

Meta