Skip to content

Instantly share code, notes, and snippets.

@tasaquino
Created November 30, 2018 14:49
Show Gist options
  • Save tasaquino/605c90117bfa3da2a84096e54e661ad5 to your computer and use it in GitHub Desktop.
Save tasaquino/605c90117bfa3da2a84096e54e661ad5 to your computer and use it in GitHub Desktop.
Scoping Functions - with example
val person: Person = with(attributes) {
mapToPerson(this.first, this.second)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment