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

Stdlib.Oo - no description

Documentation

       Module Oo
        : (moduleStdlib__Oo)valcopy : (<..>as'a)->'aOo.copyo  returns  a  copy  of  object  o  ,  that is a fresh object with the same methods and instance
       variables as o .

       Alertunsynchronized_access.  Unsynchronized accesses to mutable objects are a programming error.

       valid : <..>->int

       Return an integer identifying this object, unique for the current execution of the program.  The  generic
       comparison  and  hashing functions are based on this integer. When an object is obtained by unmarshaling,
       the id is refreshed, and thus different  from  the  original  object.  As  a  consequence,  the  internal
       invariants of data structures such as hash table or sets containing objects are broken after unmarshaling
       the data structures.

OCamldoc                                           2025-06-12                                      Stdlib.Oo(3o)

Module

       Module   Stdlib.Oo

Name

       Stdlib.Oo - no description

See Also