import { Reducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { startsWithSlice } = Reducer;
Returns a Reducer
that returns true if the first input values match the given slice
values repeated amount
times. Otherwise,
returns false.
Parameters
slice: StreamSource<T>
- a sequence of elements to match against