Skip to main content
Module

x/typestruct/deps.ts>iter

Composable and checkable JavaScript (and TypeScript) data structure
Latest
function iter
import { iter } from "https://deno.land/x/typestruct@1.0.0-beta.5/deps.ts";

Create iterator from iterable object.

Parameters

iterable: Iterable<T>

Returns

Iterator<T>