Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ahh/src/iterator.ts>Iterator#next

Opinionated idiomatic features for TypeScript.
Latest
method Iterator.prototype.next
import { Iterator } from "https://deno.land/x/ahh@v0.14.0/src/iterator.ts";

Advances the Iterator and yields the next item.