Misc.Stdlib.Array - Extensions to the Array module
Contents
Documentation
Module Array
: sigendExtensionstotheArraymodulevalexists2 : ('a->'b->bool)->'aarray->'barray->bool
Same as Array.exists2 from the standard library.
valfor_alli : (int->'a->bool)->'aarray->bool
Same as Array.for_all from the standard library, but the function is applied with the index of the
element as first argument, and the element itself as second argument.
valall_somes : 'aoptionarray->'aarrayoption
OCamldoc 2025-06-12 Misc.Stdlib.Array(3o)
Module
Module Misc.Stdlib.Array
Name
Misc.Stdlib.Array - Extensions to the Array module
