v3.5
版本发布时间: 2021-08-05 22:12:19
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
A nice release, quite featureful! :slightly_smiling_face:
-
add
CCHash.map
andCCHash.bytes
-
CCIO: add many
Seq.t
based functions -
CCUtf8string: add
{make,empty,of_uchar}
-
add
CCFormat.{const_string,opaque}
-
add
CCOpt.{some,none}
-
CCFormat: expose
ANSI_codes
module -
CCBV: add
equal
, refactor for performance and readability -
CCList: add
{sorted_diff_uniq,sorted_mem,sorted_diff,sorted_remove}
-
fix(bv): index error in union
-
test: add some property tests on
Csexp/Canonical_sexp
-
bv: add more tests, including regression for #370