import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Functions
Breaks the array-like object into smaller chunks according to the given length. | |
Counts the occurrence of the element in the array-like object. | |
Checks if the array-like object ends with the given suffix. | |
Performs a shallow compare to another array and see if it contains the same elements as this array-like object. | |
Checks if the array-like object contains another array as a slice of its contents. | |
Breaks the array-like object into smaller chunks according to the given delimiter. | |
Checks if the array-like object starts with the given prefix. |