Skip to main content
Go to Latest
import * as masx200LeetcodeTest from "https://deno.land/x/masx200_leetcode_test@7.6.0/peeking-iterator/index.ts";

Interfaces

// This is the Iterator's API interface. // You should not implement it, or speculate about its implementation class Iterator { hasNext(): boolean {}