Expose a few more memcpy-ish primops
We already have MachOp
s for these operations, but don't expose primops so users can't easily take advantage of our special code generation logic for them. TODO: Consider adding non-overlapping versions of copyMutableArray#
and copySmallMutableArray#
.