enso/distribution/lib/Standard/Base/0.0.0-dev
James Dunkerley 4fbe7e3830
Remove Array.new and Array.copy and move Vector functions to builtins. (#7147)
- Removed Array methods: `new`, `copy` and `new_[1234]`.
- New builtins for `Vector.insert`, `Vector.remove` and `Vector.flatten`.
- Replaced `Vector_Builder` use of `Array.copy` to a `Vector.Builder` approach.
2023-07-03 12:41:41 +00:00
..
src Remove Array.new and Array.copy and move Vector functions to builtins. (#7147) 2023-07-03 12:41:41 +00:00
THIRD-PARTY Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
package.yaml Align Vector API with design, add some extra functions from AoC (#4026) 2023-01-12 13:32:24 +00:00