Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function findLastIndex
import { findLastIndex } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/bytes/mod.ts";

Find last index of binary pattern from a. If not found, then return -1 *

Parameters

a: Uint8Array
pat: Uint8Array

Returns

number