logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Misc.Stdlib.Array - Extensions to the Array module

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

See Also