import * as number.es from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts";
Uint8.BYTES | |
Uint8.MAX_VALUE | The maximum value of 8-bit unsigned integer. |
Uint8.MIN_VALUE | The minimum value of 8-bit unsigned integer. |
Uint8.SIZE | The number of bits used to represent an 8-bit unsigned integer. |
Uint8.fromBigInt | |
Uint8.fromNumber | |
Uint8.fromString | |
Uint8.isUint8 | Determines whether the passed |
Uint8.rotateLeft | |
Uint8.saturateFromSafeInteger | |
Uint8.toBigInt | |
Uint8.toString | |
Uint8.truncateFromSafeInteger |
Uint8 | The type of 8-bit unsigned integer. |
Uint8.FromOptions |