The OpenD Programming Language

cpp_size_t

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

import core.stdc.config;
version(StdDdoc)
alias cpp_size_t = size_t

Meta