Skip to content

Also port Array to using the STL

Adam Reichold requested to merge (removed):simplify-array into master

Tries to simplify the implementation of Array by rebasing it on std::vector<Object>, i.e. using the same approach as for Dict.

Merge request reports