function dtils.arraysMatchRe-exportimport { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts"; const { arraysMatch } = dtils; arraysMatch<T>(a1: T[], a2: T[]): booleanReturns true if arrays are found to match in a shallow-equal test Type ParametersTParametersa1: T[]a2: T[]Returnsboolean