Const
Casts a number to a Uint type.
The value as a Uint type.
const branded = asUint(12);assert(branded === 12);assert.ok(Uint.is(branded)); Copy
const branded = asUint(12);assert(branded === 12);assert.ok(Uint.is(branded));
If the value is not a non-negative integer.
Casts a number to a Uint type.