Skip to main content

UINTEGER_MAX

Constant UINTEGER_MAX 

Source
pub const UINTEGER_MAX: UInteger = usize::MAX; // 18_446_744_073_709_551_615usize
Expand description

Maximum value for UInteger.

C++ equivalent: NS::UIntegerMax