Skip to main content
Module

x/abstruct/iter_utils.ts>iterIter

Abstract structure for JavaScript data validation
Latest
function iterIter
import { iterIter } from "https://deno.land/x/abstruct@1.0.0/iter_utils.ts";

Create iterable iterable.

Parameters

iterable: Readonly<Iterable<T>>

Returns

IterableIterator<T>