pub type ptrdiff_t = isize;
Expand description

An unspecified signed integer type which matches the size of the C typedef ptrdiff_t Note: See Lang Team MCP#125 for why this type is not isize