= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package containers
-
containers
-
containers.data
-
containers.monomorphic
-
containers.sexp
-
containers.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A map containing values of different types, indexed by key
.
val empty : t
Empty map.
Get the value corresponding to this key, if it exists and belongs to the same key.
Find the value for the given key, which must be of the right type.
- raises Not_found
if either the key is not found, or if its value doesn't belong to the right type.
val cardinal : t -> int
Number of bindings.
Iterators
All the bindings that come from the corresponding injection.
On This Page