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

x/remapper/src/general.ts>arrEqual

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

Check if 2 arrays are equal to each other.

Parameters

arr1: number[]
arr2: number[]
optional
lenience = [UNSUPPORTED]

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