Skip to main content
Go to Latest
function fromList
import { fromList } from "https://deno.land/std@0.115.1/node/_stream/readable_internal.ts";

Pluck off n bytes from an array of buffers. Length is the combined lengths of all the buffers in the list. This function is designed to be inlinable, so please take care when making changes to the function body.

Parameters

n: number