The OpenD Programming Language

cpp_ptrdiff_t

Used for a signed integer type that corresponds in size and mangling to the associated C++ compiler's ptrdiff_t type.

import core.stdc.config;
version(StdDdoc)
alias cpp_ptrdiff_t = ptrdiff_t

Meta