enso icon indicating copy to clipboard operation
enso copied to clipboard

Combine builders for `Vector.build` and `Vector.new_builder`

Open GregoryTravis opened this issue 1 year ago • 0 comments

Pull Request Description

We have decided to keep the old new_builder, and to combine the new and old builders into one builder.

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • [x] The documentation has been updated, if necessary.
  • [x] Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • [x] All code follows the Scala, Java, TypeScript, and Rust style guides. In case you are using a language not listed above, follow the Rust style guide.
  • [x] Unit tests have been written where possible.

GregoryTravis avatar May 10 '24 19:05 GregoryTravis