Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Last active March 16, 2023 14:55
Show Gist options
  • Save s1monw1/19dab6d0cf536b6f844f55ded7b296e2 to your computer and use it in GitHub Desktop.
Save s1monw1/19dab6d0cf536b6f844f55ded7b296e2 to your computer and use it in GitHub Desktop.
val mapping = mapOf("a" to 1, "b" to 2, "c" to 3)
val customizer = PrintingCustomizer()
// usage
with(customizer){
mapping.customPrint()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment