Skip to content

WIP: Implement appendArray# (external) primop

Vilem-Benjamin Liepelt requested to merge wip/buggymcbugfix/appendArrays into master

WIP implementation of a primop for appending Array#s that I implemented as part of Summer of Code. We haven't found any compelling use cases for this yet so please do chime in if you think this might be useful.

I have a more general Array primop in mind (mentioned in !3951) which will supersede both the primops here and those in !3951 while being relatively safe, so my current inclination is to eventually close this MR.

Edited by Vilem-Benjamin Liepelt

Merge request reports