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

Hashtbl.S - The output signature of the functor Hashtbl.Make.

Documentation

       Module type S
        = sigend

       The output signature of the functor Hashtbl.Make .

       typekeytype!'atvalcreate : int->'atvalclear : 'at->unitvalreset : 'at->unitSince 4.00

       valcopy : 'at->'atvaladd : 'at->key->'a->unitvalremove : 'at->key->unitvalfind : 'at->key->'avalfind_opt : 'at->key->'aoptionSince 4.05

       valfind_all : 'at->key->'alistvalreplace : 'at->key->'a->unitvalmem : 'at->key->boolvaliter : (key->'a->unit)->'at->unitvalfilter_map_inplace : (key->'a->'aoption)->'at->unitSince 4.03

       valfold : (key->'a->'acc->'acc)->'at->'acc->'accvallength : 'at->intvalstats : 'at->Hashtbl.statisticsSince 4.00

       valto_seq : 'at->(key*'a)Seq.tSince 4.07

       valto_seq_keys : 'at->keySeq.tSince 4.07

       valto_seq_values : 'at->'aSeq.tSince 4.07

       valadd_seq : 'at->(key*'a)Seq.t->unitSince 4.07

       valreplace_seq : 'at->(key*'a)Seq.t->unitSince 4.07

       valof_seq : (key*'a)Seq.t->'atSince 4.07

OCamldoc                                           2025-06-12                                      Hashtbl.S(3o)

Module Type

       Module type   Hashtbl.S

Name

       Hashtbl.S - The output signature of the functor Hashtbl.Make.

See Also