The OpenD Programming Language

c_ulong

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

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

Meta