Last active
May 1, 2019 16:53
-
-
Save SolitudeSF/1ee4a11adb60e6ec32a3a885d1e281bc 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
| proc convert(arg: HSlice): string = discard | |
| proc implicitConvert(args: varargs[string, convert]) = discard | |
| proc test*(range: HSlice) = implicitConvert range |
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
| import a | |
| test 0..1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment