Module

std/bytes/equals.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.146.0/bytes/equals.ts";

Functions

Check whether binary arrays are equal to each other.

Check whether binary arrays are equal to each other using 32-bit comparisons.

Check whether binary arrays are equal to each other using 8-bit comparisons.