doc: stats since 3.13.0; clean up whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11995 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
11093a64b3
commit
1a4f7bd6ab
|
@ -124,7 +124,8 @@ type statistics = {
|
|||
val stats : ('a, 'b) t -> statistics
|
||||
(** [Hashtbl.stats tbl] returns statistics about the table [tbl]:
|
||||
number of buckets, size of the biggest bucket, distribution of
|
||||
buckets by size. *)
|
||||
buckets by size.
|
||||
@since 3.13.0 *)
|
||||
|
||||
(** {6 Functorial interface} *)
|
||||
|
||||
|
@ -266,7 +267,3 @@ val seeded_hash_param : int -> int -> int -> 'a -> int
|
|||
an integer seed. Usage:
|
||||
[Hashtbl.seeded_hash_param meaningful total seed x].
|
||||
@since 3.13.0 *)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue