import { Lookup } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
Functions
Returns a reducer that implements a lookup algorithm based on the given configuration. |
Interfaces
Interface to define lookup actions. |
Type Aliases
Function to determine how the lookup result type should be used to update a given state. |
import { type Lookup } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
Interface to define a lookup algorithm based on actions and a fallback.
Properties
readonly
optional
actions: Lookup.Actions<R>readonly
optional
fallback: F | undefined