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