UINT_MAX property

int get UINT_MAX

Maximum value for an unsigned int (Assuming 32-bit mapping)

Implementation

int get UINT_MAX => 4294967295;