package irmin

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

Module Lru.MakeSource

Parameters

Signature

Sourcetype 'a t
Sourceval create : ?weight:('a -> int) -> int -> 'a t
Sourceval add : 'a t -> H.t -> 'a -> unit
Sourceval find : 'a t -> H.t -> 'a
Sourceval mem : 'a t -> H.t -> bool
Sourceval clear : 'a t -> unit
Sourceval iter : 'a t -> (H.t -> 'a -> unit) -> unit
OCaml

Innovation. Community. Security.