Currently, the function itself seems to work. however, when the C function ends, it delocate value of parameter a and out.
a = logic.merge(a, b);
out.vest = a.vest;
out.arm = a.arm;
is all of the code inside the merge itself.
Topic:
Programming Languages
SubTopic:
Swift
Tags: