Last active
March 16, 2023 14:55
-
-
Save s1monw1/19dab6d0cf536b6f844f55ded7b296e2 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
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