import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/uint8array/index.ts";
Functions for dealing with byte arrays (Uint8Array
).
Functions
Breaks the byte array into smaller chunks according to the given length. | |
Like | |
Like | |
f copy | Copies bytes from |
Converts the given data to a byte array. | |
Checks if the byte array ends with the given suffix. | |
Checks if the two byte arrays are equal to each other. | |
Checks if the byte array contains another array as a slice of its contents. | |
Breaks the byte array into smaller chunks according to the given delimiter. | |
Checks if the byte array starts with the given prefix. | |
f text | Converts the byte array (or |