import { Streamable } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
Interfaces
An object that can create a non-empty Stream of elements of type |
import { type Streamable } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
An object that can create a Stream of elements of type T
.