import { type ListFactory } from "https://deno.land/x/rimbu@0.13.1/list/custom/interface.ts";
Methods
Returns the (singleton) empty List for this context with given value type.
Returns an immutable set of this type and context, containing the given values
.
Returns an immutable set of this collection type and context, containing the given values in source
.
Returns a List of characters from the given strings in sources
.
Returns, if T is a valid StreamSource
, the result of concatenating all
streamable elements of the given sources.
Returns an array of Lists, where each list contains the values of the corresponding index of tuple T.
Returns a Reducer
that appends received items to a List and returns the List as a result. When a source
is given,
the reducer will first create a List from the source, and then append elements to it.