package stdune

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

Module Path.TableSource

Specialized tables for path. We do implement all of Hashtbl_intf.S - only what we use in dune.

type path := t
Sourcetype key = path
Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval clear : 'a t -> unit
Sourceval mem : 'a t -> path -> bool
Sourceval set : 'a t -> path -> 'a -> unit
Sourceval remove : 'a t -> path -> unit
Sourceval iter : 'a t -> f:('a -> unit) -> unit
Sourceval find : 'a t -> path -> 'a option
Sourceval filteri_inplace : 'a t -> f:(key:path -> data:'a -> bool) -> unit
Sourceval filter_inplace : 'a t -> f:('a -> bool) -> unit
Sourceval to_dyn : ('a -> Dyn.t) -> 'a t -> Dyn.t
OCaml

Innovation. Community. Security.