Skip to main content

Integer

Type Alias Integer 

Source
pub type Integer = isize;
Expand description

Signed integer type (pointer-sized).

C++ equivalent: NS::Integer (std::intptr_t)