import * as mod from "https://dotland.deno.dev/std@0.116.0/bytes/equals.ts"; FunctionsfequalsCheck whether binary arrays are equal to each other. fequalsNaiveCheck whether binary arrays are equal to each other using 8-bit comparisons. fequalsSimdCheck whether binary arrays are equal to each other using 32-bit comparisons.