Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface NumberIterator
import { type NumberIterator } from "https://deno.land/x/masx200_leetcode_test@10.5.2/peeking-iterator/index.ts";

Methods

hasNext(): boolean
next(): number