Created
August 20, 2019 21:22
-
-
Save wangerekaharun/fd3cfcf6216a4d32aa8999e1295add3b to your computer and use it in GitHub Desktop.
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
infix fun<T> List<T>.iterateList(lambda : (item : T) -> Unit) = this.forEach(lambda) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment