import * as mod from "https://dotland.deno.dev/std@0.116.0/bytes/mod.ts";
Functions
Concatenate multiple binary arrays and return new one. | |
Determines whether the source array includes the pattern array. | |
f copy | Copy bytes from one Uint8Array to another. Bytes from |
Check whether binary array ends with suffix. | |
Check whether binary arrays are equal to each other. | |
Determines whether the source array includes the pattern array. | |
Returns the index of the first occurrence of the pattern array in the source array, or -1 if it is not present. | |
Find last index of binary pattern from source. If not found, then return -1. | |
Repeat bytes. returns a new byte slice consisting of | |
Check whether binary array starts with prefix. |