Skip to main content
Module

std/bytes/equals.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.147.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.