Closed fullkomnun closed 3 years ago
Eliminate usages of java's System::arraycopy by preferring Kotlin's 'copyInto', 'copyOf' or 'copyRanges' which are more readable and support multiplatform
System::arraycopy
Eliminate usages of java's
System::arraycopy
by preferring Kotlin's 'copyInto', 'copyOf' or 'copyRanges' which are more readable and support multiplatform