package riot

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

Module Util.DashmapSource

Sourcetype ('k, 'v) t
Sourceval create : 'a -> ('b, 'c) t
Sourceval entries : ('a, 'b) t -> ('a * 'b) list
Sourceval find_by : ('a, 'b) t -> (('a * 'b) -> bool) -> ('a * 'b) option
Sourceval find_all_by : ('a, 'b) t -> (('a * 'b) -> bool) -> ('a * 'b) list
Sourceval has_key : ('a, 'b) t -> 'a -> bool
Sourceval insert : ('a, 'b) t -> 'a -> 'b -> unit
Sourceval remove_by : ('a, 'b) t -> (('a * 'b) -> bool) -> unit
Sourceval replace : ('a, 'b) t -> 'a -> 'b -> unit
Sourceval pp : (Format.formatter -> 'k -> unit) -> Format.formatter -> ('k, 'v) t -> unit
OCaml

Innovation. Community. Security.