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