Skip to main content

UInteger

Type Alias UInteger 

Source
pub type UInteger = usize;
Expand description

Unsigned integer type (pointer-sized).

C++ equivalent: NS::UInteger (std::uintptr_t)