Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/bytes/mod.ts>equal

Deno templating engine
Latest
function equal
import { equal } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/bytes/mod.ts";

Check whether binary arrays are equal to each other *

Parameters

a: Uint8Array
match: Uint8Array

Returns

boolean