mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(CCHeap): drop old comment
This commit is contained in:
parent
b6b2c68913
commit
a8bcbb0e3d
1 changed files with 1 additions and 5 deletions
|
|
@ -149,11 +149,7 @@ module type S = sig
|
||||||
val size : t -> int
|
val size : t -> int
|
||||||
(** Number of elements (linear complexity). *)
|
(** Number of elements (linear complexity). *)
|
||||||
|
|
||||||
(** {2 Conversions}
|
(** {2 Conversions} *)
|
||||||
|
|
||||||
The interface of [of_gen], [of_iter]
|
|
||||||
has changed since 0.16 (the old signatures
|
|
||||||
are now [add_seq], [add_gen]). *)
|
|
||||||
|
|
||||||
val to_list : t -> elt list
|
val to_list : t -> elt list
|
||||||
(** Return the elements of the heap, in no particular order. *)
|
(** Return the elements of the heap, in no particular order. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue