You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module provides 32-bit unsigned integers. Provided type UInt
is based on the x >>> 0 trick analogous to how PureScript's Int
is based on x | 0 trick.
The type has range from 0 to 4294967295.