Uint6.MAX_VALUE
import { Uint6 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint6.ts";
const { MAX_VALUE } = Uint6;
The maximum value of 6-bit unsigned integer.
const MAX_VALUE: 63;
import { Uint6 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint6.ts";
const { MAX_VALUE } = Uint6;
The maximum value of 6-bit unsigned integer.