Uint7.SIZE
import { Uint7 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint7.ts";
const { SIZE } = Uint7;
The number of bits used to represent a 7-bit unsigned integer.
const SIZE: 7;
import { Uint7 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint7.ts";
const { SIZE } = Uint7;
The number of bits used to represent a 7-bit unsigned integer.