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