package incremental

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Incr_memoize.StoreSource

Sourcetype ('k, 'v) t
Sourceval create : 'k Store_params.t -> ('k, 'v) t
Sourceval find : ('k, 'v) t -> 'k -> 'v option
Sourceval add : ('k, 'v) t -> key:'k -> value:'v -> unit
OCaml

Innovation. Community. Security.