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