import { type Streamable } from "https://deno.land/x/rimbu@0.13.1/stream/main/streamable.ts";
const { NonEmpty } = Streamable;
An object that can create a non-empty Stream of elements of type T
.
x/rimbu/stream/main/streamable.ts>Streamable.NonEmpty
import { type Streamable } from "https://deno.land/x/rimbu@0.13.1/stream/main/streamable.ts";
const { NonEmpty } = Streamable;
An object that can create a non-empty Stream of elements of type T
.