package albatross

  1. Overview
  2. Docs

Module Vmm_trieSource

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval insert : Vmm_core.Name.t -> 'a -> 'a t -> 'a t * 'a option
Sourceval remove : Vmm_core.Name.t -> 'a t -> 'a t
Sourceval find : Vmm_core.Name.t -> 'a t -> 'a option
Sourceval collect : Vmm_core.Name.t -> 'a t -> (Vmm_core.Name.t * 'a) list
Sourceval all : 'a t -> (Vmm_core.Name.t * 'a) list
Sourceval fold : Vmm_core.Name.path -> 'a t -> (Vmm_core.Name.t -> 'a -> 'b -> 'b) -> 'b -> 'b
OCaml

Innovation. Community. Security.