package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Base.Indexed_container end
module type Derived = sig ... end
module type Generic = sig ... end
module type Generic_with_creators = sig ... end
module type S0 = sig ... end
module type S0_with_creators = sig ... end
module type S1 = sig ... end
module type S1_with_creators = sig ... end
val foldi : fold:('t, 'a, 'acc) Base__Indexed_container_intf.fold -> ('t, 'a, 'acc) Base__Indexed_container_intf.foldi
val iteri : fold:('t, 'a, int) Base__Indexed_container_intf.fold -> ('t, 'a) Base__Indexed_container_intf.iteri
val counti : foldi:('t, 'a, int) Base__Indexed_container_intf.foldi -> 't -> f:(int -> 'a -> bool) -> int
val existsi : iteri:('t, 'a) Base__Indexed_container_intf.iteri -> 't -> f:(int -> 'a -> bool) -> bool
val for_alli : iteri:('t, 'a) Base__Indexed_container_intf.iteri -> 't -> f:(int -> 'a -> bool) -> bool
val findi : iteri:('t, 'a) Base__Indexed_container_intf.iteri -> 't -> f:(int -> 'a -> bool) -> (int * 'a) option
val find_mapi : iteri:('t, 'a) Base__Indexed_container_intf.iteri -> 't -> f:(int -> 'a -> 'b option) -> 'b option
module Make : sig ... end
module Make0 : sig ... end
module Make_gen : sig ... end
module Make_with_creators : sig ... end
module Make0_with_creators : sig ... end
module Make_gen_with_creators : sig ... end
module type S1_permissions = sig ... end
module type S1_with_creators_permissions = sig ... end
OCaml

Innovation. Community. Security.