1Misc.Stdlib.Array(3)             OCaml library            Misc.Stdlib.Array(3)
2
3
4

NAME

6       Misc.Stdlib.Array - no description
7

Module

9       Module   Misc.Stdlib.Array
10

Documentation

12       Module Array
13        : sig end
14
15
16
17
18
19
20
21
22       val exists2 : ('a -> 'b -> bool) -> 'a array -> 'b array -> bool
23
24
25
26
27       val for_alli : (int -> 'a -> bool) -> 'a array -> bool
28
29       Same  as  Array.for_all , but the function is applied with the index of
30       the element as first argument, and the element itself as  second  argu‐
31       ment.
32
33
34
35       val all_somes : 'a option array -> 'a array option
36
37
38
39
40
41
42OCamldoc                          2021-01-26              Misc.Stdlib.Array(3)
Impressum