Skip to main content
Module

x/ahh/mod.ts>Peekable

Mostly rusty stuff for @denoland.
Go to Latest
type alias Peekable
import { type Peekable } from "https://deno.land/x/ahh@v0.6.0/mod.ts";

An Iterator that can peek the next item.

definition: { peek: () => Option<T>; }