// ets_tracing: off import type * as CK from "../../../Collections/Immutable/Chunk/index.js" import * as CH from "../Channel/index.js" import * as C from "./core.js" export function leftover( c: CK.Chunk ): C.Sink { return new C.Sink(CH.write(c)) }