v3.12
版本发布时间: 2023-06-07 01:42:35
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
-
add
containers.pp
sublibrary, with Wadler-style pretty printing combinators -
add
CCArray.{max,argmax,min,argmin}
and their _exn counterparts -
add
CCParse.take_until_success
-
add
Option.flat_map_l
-
add
CCSet.{find_first_map,find_last_map}
-
CCHash
: native FNV hash for int64/int32 -
fix bugs in CCParse related to
recurse
andSlice
-
fix: fix Set.find_last_map on OCaml 4.03
-
fix: make sure
Vector.to_{seq,gen}
captures the length initially