camllib
Utility Library (including various datatypes)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camllib
-
camllib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camllib
Module
PMappe
val is_empty : ( 'a, 'b ) t -> bool
val empty : ( 'a -> 'a -> int ) -> ( 'a, 'b ) t
val find : 'a -> ( 'a, 'b ) t -> 'b
val mem : 'a -> ( 'a, 'b ) t -> bool
val iter : ( 'a -> 'b -> unit ) -> ( 'a, 'b ) t -> unit
val fold : ( 'a -> 'b -> 'c -> 'c ) -> ( 'a, 'b ) t -> 'c -> 'c
val cardinal : ( 'a, 'b ) t -> int
val bindings : ( 'a, 'b ) t -> ('a * 'b) list
val min_key : ( 'a, 'b ) t -> 'a
val max_key : ( 'a, 'b ) t -> 'a
val choose : ( 'a, 'b ) t -> 'a * 'b
val print :
?first:( unit, Format.formatter, unit ) format ->
?sep:( unit, Format.formatter, unit ) format ->
?last:( unit, Format.formatter, unit ) format ->
?firstbind:( unit, Format.formatter, unit ) format ->
?sepbind:( unit, Format.formatter, unit ) format ->
?lastbind:( unit, Format.formatter, unit ) format ->
( Format.formatter -> 'a -> unit ) ->
( Format.formatter -> 'b -> unit ) ->
Format.formatter ->
( 'a, 'b ) t ->
unit
ON THIS PAGE
No table of contents