In my current use case, I want to pass the data from Swift to C++ without any further modifications needing to be fed back into Swift. I can modify both sides of this code, and I have found a workaround that works for the moment. But I would like to avoid workarounds, especially when it seems like there should be some bridging for this use case.
In regards to move vs copy -- move would be ideal. But I didn't go further with this because of the first issue.
Topic:
Programming Languages
SubTopic:
Swift
Tags: