import { type FastIterable } from "https://deno.land/x/rimbu@0.14.0/stream/mod.ts";
An interface that extends the standard Iterable
interface to return
a FastIterator
instead of a normal Iterator
.
Methods
[[Symbol.iterator]](): FastIterator<T>
Returns a FastIterator
instance used to iterate over the values of this Iterable
.