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