package kappa-library

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

Module Kappa_data_structures.ValMapSource

Sourcetype key = int
Sourcetype t
Sourceval print : Format.formatter -> t -> unit
Sourceval random : Random.State.t -> t -> key
Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval add : key -> int -> t -> t
Sourceval mem : key -> t -> bool
Sourceval remove : key -> t -> t
Sourceval total : t -> Int64.t
OCaml

Innovation. Community. Security.