import * as denogres from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/bytes/index_of_needle.ts";
Functions
Returns the index of the first occurrence of the needle array in the source array, or -1 if it is not present. |
import * as denogres from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/bytes/index_of_needle.ts";
Returns the index of the first occurrence of the needle array in the source array, or -1 if it is not present. |