Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/bytes/mod.ts

Deno templating engine
Latest
import * as denjucks from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/bytes/mod.ts";

Functions

Concatenate two binary arrays and return new one

Check whether binary arrays are equal to each other *

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

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

Check whether binary array has binary prefix *

Repeat bytes. returns a new byte slice consisting of count copies of b.