ocaml-containers icon indicating copy to clipboard operation
ocaml-containers copied to clipboard

make CCBV functions size-invariant

Open c-cube opened this issue 3 years ago • 0 comments

Following this discussion it makes sense to do the following changes:

  • size should more or less disappear in favor of just the array capacity
  • equal, etc. would ignore size (if it remains for backward compat reasons)
  • most functions resize implicitly if needed

c-cube avatar May 20 '21 14:05 c-cube