package liquidsoap-lang

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

Module Liquidsoap_lang.MethodsSource

Sourcetype ('a, 'b) t
Sourceval is_empty : ('a, 'b) t -> bool
Sourceval empty : ('a, 'b) t
Sourceval cardinal : ('a, 'b) t -> int
Sourceval fold : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c
Sourceval bindings : ('a, 'b) t -> ('a * 'b) list
Sourceval find : 'a -> ('a, 'b) t -> 'b
Sourceval find_opt : 'a -> ('a, 'b) t -> 'b option
Sourceval mem : 'a -> ('a, 'b) t -> bool
Sourceval add : 'a -> 'b -> ('a, 'b) t -> ('a, 'b) t
Sourceval mapi : ('a -> 'b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
Sourceval map : ('b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
Sourceval filter : ('a -> 'b -> bool) -> ('a, 'b) t -> ('a, 'b) t
Sourceval for_all : ('a -> 'b -> bool) -> ('a, 'b) t -> bool
Sourceval exists : ('a -> 'b -> bool) -> ('a, 'b) t -> bool
Sourceval iter : ('a -> 'b -> unit) -> ('a, 'b) t -> unit
OCaml

Innovation. Community. Security.