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

Ephemeron.GenHashTable - Hash tables on generic containers with notion of death and aliveness.

Documentation

       Module GenHashTable
        : sigend

       Hash tables on generic containers with notion of death and aliveness.

       Define  a  hash table on generic containers which have a notion of "death" and aliveness. If a binding is
       dead the hash table can automatically remove it.

       typeequal =
        | ETrue
        | EFalse
        | EDead  (* the container is dead
        *)

       moduleMakeSeeded:functor(H:sigend)->sigend

       Functor building an implementation of an hash table that use the container for  keeping  the  information
       given

OCamldoc                                           2022-01-24                         Ephemeron.GenHashTable(3o)

Module

       Module   Ephemeron.GenHashTable

Name

       Ephemeron.GenHashTable - Hash tables on generic containers with notion of death and aliveness.

See Also