import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/bytes/index.js";
Functions
Breaks the byte array into smaller chunks according to the given length. | |
Like | |
Like | |
f copy | Copies bytes from |
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 |