Last active
June 9, 2021 12:29
-
-
Save raphant/6f77b6047e448fa4c1904f0f36ced7da 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
.join : String join | |
ANY → ', '.join($expr$) | |
.len : Get length | |
ANY → len($expr$) | |
.str : Get length | |
ANY → str($expr$) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment