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.SeededS - The output signature of the functor Hashtbl.MakeSeeded.

Documentation

       Module type SeededS
        = sigend

       The output signature of the functor Hashtbl.MakeSeeded .

       Since 4.00

       typekeytype!'atvalcreate : ?random:bool->int->'atvalclear : 'at->unitvalreset : 'at->unitvalcopy : '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.statisticsvalto_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.SeededS(3o)

Module Type

       Module type   Hashtbl.SeededS

Name

       Hashtbl.SeededS - The output signature of the functor Hashtbl.MakeSeeded.

See Also