The OpenD Programming Language

cpp_ulong

Used for an unsigned integer type that corresponds in size and mangling to the associated C++ compiler's unsigned long type.

import core.stdc.config;
version(StdDdoc)
alias cpp_ulong = c_ulong

Meta