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       Same as Array.exists2 from the standard library.
25
26
27
28       val for_alli : (int -> 'a -> bool) -> 'a array -> bool
29
30       Same  as  Array.for_all  from the standard library, but the function is
31       applied with the index of the element as first argument, and  the  ele‐
32       ment itself as second argument.
33
34
35
36       val all_somes : 'a option array -> 'a array option
37
38
39
40
41
42
43OCamldoc                          2023-07-20              Misc.Stdlib.Array(3)
Impressum