package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=438a7bbcb789e116eead04c8a59641f0
sha512=b5551a9ebb9500e14482852c9294c9b4cc3df8153ba64b8e4c4de1dacbd0322ebe4a212316b308c94af562a40099c85b89a8415780cf4e2e0e519870f7342c1b

doc/containers/CCMap/index.html

Module CCMapSource

Extensions of Standard Map

Provide useful functions and iterators on Map.S

  • since 0.5
Sourcetype 'a iter = ('a -> unit) -> unit

Fast internal iterator.

  • since 2.8
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type OrderedType = Map.OrderedType
Sourcemodule type S = sig ... end
Sourcemodule Make (O : Map.OrderedType) : S with type 'a t = 'a Map.Make(O).t and type key = O.t
OCaml

Innovation. Community. Security.