Module uint8_array

Augmentations for Uint8Array.

Remarks

Importing this module

This module's augmentations can be applied by using the following import:

import "@neotype/extensions/uint8_array.js";

Comparing Uint8Array

Uint8Array implements Eq and Ord.

  • Two Uint8Array are equal when they are the same length and their respective elements are strictly equal.
  • Uint8Array are compared lexicographically from left to right, and thier elements are ordered from least to greatest.

Combining Uint8Array as a semigroup

Uint8Array implements Semigroup. When combined, Uint8Array are concatenated from left to right.

Index

Interfaces

Generated using TypeDoc