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