Skip to main content
Module

x/rimbu/deep/mod.ts>Patch.NotIterable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Patch.NotIterable
import { type Patch } from "https://deno.land/x/rimbu@0.13.0/deep/mod.ts";
const { NotIterable } = Patch;

Utility type to exclude Iterable types.

definition: { [[Symbol.iterator]]?: never; }
definition: { [[Symbol.iterator]]?: never; }