Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function equalsNaive
import { equalsNaive } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/deps/deno.land/std@0.140.0/bytes/equals.js";

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

Parameters

a

first array to check equality

b

second array to check equality