type alias Patch.NotIterableimport { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts"; const { NotIterable } = Patch; Utility type to exclude Iterable types. definition: { [[Symbol.iterator]]?: never; }definition: { [[Symbol.iterator]]?: never; }