komputing / KEthereum

Kotlin library for Ethereum
MIT License
345 stars 72 forks source link

replace java's 'System::arraycopy' with Kotlin's 'copyInto' #98

Closed fullkomnun closed 3 years ago

fullkomnun commented 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