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

Check whether binary arrays are equal to each other.

Parameters

a

first array to check equality

b

second array to check equality