Created
December 18, 2017 07:35
-
-
Save worker8/5e00248f69ef7beeeda3e9cdb941a902 to your computer and use it in GitHub Desktop.
Kotlin standard library renaming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import kotlin.apply as doOnly | |
| import kotlin.run as doTransform | |
| import kotlin.also as doOnlyIt | |
| import kotlin.let as doTransformIt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment