package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.1.tbz
sha256=b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de
sha512=fddf940d5634400fa14f6728235e0dba055b90a47f868d9fee80c9523b93fb2b9920a00e70dfdc5e1dd26a21d695ce854267b6a2ec305ce89ce9447733f7242c

doc/dune-rpc.private/Dune_rpc_private/Id/Map/Multi/index.html

Module Map.MultiSource

Sourcetype nonrec 'a t = 'a list t
Sourceval rev_union : 'a t -> 'a t -> 'a t
Sourceval cons : 'a t -> key -> 'a -> 'a t
Sourceval find : 'a t -> key -> 'a list
Sourceval add_all : 'a t -> key -> 'a list -> 'a t
Sourceval find_elt : 'a t -> f:('a -> bool) -> (key * 'a) option

find_elt m ~f linearly traverses the map m and the contained lists to find the first element e (in a list l, mapped to key k) such that f e = true. If such an e is found then the function returns Some (k,e), otherwise it returns None.

Sourceval to_flat_list : 'a t -> 'a list
Sourceval equal : 'a t -> 'a t -> equal:('a -> 'a -> bool) -> bool
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval to_dyn : ('a -> Dyn.t) -> 'a t -> Dyn.t
OCaml

Innovation. Community. Security.