import * as number.es from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint6.ts";
Uint6.MAX_VALUE | The maximum value of 6-bit unsigned integer. |
Uint6.MIN_VALUE | The minimum value of 6-bit unsigned integer. |
Uint6.SIZE | The number of bits used to represent a 6-bit unsigned integer. |
Uint6.isUint6 | Determines whether the passed |