interface List.Context
implements ListFactory
import { type List } from "https://deno.land/x/rimbu@0.13.5/list/main/index.ts";
const { Context } = List;
A context instance for List
that acts as a factory for every instance of this
type of collection.
Properties
readonly
_types: List.Types