Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.ts>arrEqual

A framework for Beat Saber map scripting.
Go to Latest
function arrEqual
import { arrEqual } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Check if 2 arrays are equal to each other.

Parameters

arr1: number[]

First array.

arr2: number[]

Second array.

optional
lenience = [UNSUPPORTED]

The maximum difference 2 numbers in an array can have before they're considered not equal.