Uint8
import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.1.10/deps.ts";The 8-bit unsigned integer
§Variables
| Uint8.MAX_VALUE | The maximum value of 8-bit unsigned integer. |
| Uint8.MIN_VALUE | The minimum value of 8-bit unsigned integer. |
§Functions
| Uint8.fromBigInt | |
| Uint8.fromNumber | |
| Uint8.isUint8 | Determines whether the passed value is an 8-bit unsigned integer. |
§Type Aliases
| Uint8.FromOptions |