Module uint32_array

Augmentations for the Uint32Array type.

Remarks

Importing this module

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

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

Comparing Uint32Array

Uint32Array implements Eq and Ord.

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

Combining Uint32Array as a semigroup

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

Index

Interfaces

Generated using TypeDoc