import { equals } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Performs a shallow compare to another array and see if it contains the same elements as this array-like object.
Parameters
arr1: RealArrayLike<T>
arr2: RealArrayLike<T>