Does processing pass arrays and strings as parameters by value or by reference?
in
Programming Questions
•
2 years ago
If it's by reference, what's the most efficient way of making a copy of it?
1