Closed markedwardmurray closed 8 years ago
@jmburges @misterfifths
Rewrite based on the new objc version. Ran into the pass-by-value nature of swift arguments, so i had to return the modified arrays instead of a message string, which I just printed instead. It's too early for Tuples and pass-by-reference syntax.
not sure why the linter is failing :-/ the code snippets are fine
@jmburges @misterfifths
Rewrite based on the new objc version. Ran into the pass-by-value nature of swift arguments, so i had to return the modified arrays instead of a message string, which I just printed instead. It's too early for Tuples and pass-by-reference syntax.