v3.3
版本发布时间: 2021-04-04 06:13:56
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
main features:
- add code-generator for optimal bitfields; add tests
- new Canonical sexpr module with printer and parser
new functions:
-
CCSeq: Add
for_all
andexists
-
feat(sexp): expose last location in decoder
-
feat(CCChar): add CCChar.Infix
-
feat(CCString): add CCString.foldi
-
feat(CCFormat): add
string_lines
combinator -
feat(CCList): update with regards to
partition_map
-
add
CCList.cons'
-
implement {of,add}_*_with family of function in
CCMap
with update (#352) -
add
CCMap.of_{list,iter,seq}_with
functions -
add
CCHashtbl.{of,add}_{list,seq,iter}_with
-
Fix integer overflow warning on jsoo (#346)
-
updated fuzzer scripts