Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/bytes/equals.ts>equalsSimd

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function equalsSimd
import { equalsSimd } from "https://deno.land/std@0.131.0/bytes/equals.ts";

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

Parameters

a: Uint8Array

first array to check equality

b: Uint8Array

second array to check equality

Returns

boolean