import { io } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { BufReader } = io;
Returns the next byte [0, 255] or null
.
import { io } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { BufReader } = io;
Returns the next byte [0, 255] or null
.