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

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

Documentation

       Module type S
        = sigend

       The output signature of the functor MoreLabels.Hashtbl.Make .

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

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

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

       valfold : f:(key:key->data:'a->'acc->'acc)->'at->init:'acc->'accvallength : 'at->intvalstats : 'at->MoreLabels.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                           MoreLabels.Hashtbl.S(3o)

Module Type

       Module type   MoreLabels.Hashtbl.S

Name

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

See Also