import { type StreamSource } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { NonEmpty } = StreamSource;
Any object that is a non-empty Stream, can produce a non-empty Stream, or is a non-empty array.
definition: Stream.NonEmpty<T> | Streamable.NonEmpty<T> | readonly [T, ...T[]]