Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 8, 2024 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/58fcb753cc8789f9bf661cdf2b1edd25 to your computer and use it in GitHub Desktop.
Save skydoves/58fcb753cc8789f9bf661cdf2b1edd25 to your computer and use it in GitHub Desktop.
lambda_capture
var sum = 0
ints.filter { it > 0 }.forEach {
sum += it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment