mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-16 23:56:43 -05:00
add CCListLabels.to_string
This commit is contained in:
parent
9c375ed93e
commit
eb860afc29
1 changed files with 6 additions and 0 deletions
|
|
@ -683,6 +683,12 @@ val random_choose : 'a t -> 'a random_gen
|
|||
|
||||
val random_sequence : 'a random_gen t -> 'a t random_gen
|
||||
|
||||
val to_string : ?start:string -> ?stop:string -> ?sep:string ->
|
||||
('a -> string) -> 'a t -> string
|
||||
(** [to_string ~start ~stop ~sep item_to_string l] print [l] to a string using
|
||||
[sep] as a separator between elements of [l].
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val to_seq : 'a t -> 'a sequence
|
||||
(** Return a [sequence] of the elements of the list. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue