Skip to content

Instantly share code, notes, and snippets.

@SolitudeSF
Last active May 1, 2019 16:53
Show Gist options
  • Select an option

  • Save SolitudeSF/1ee4a11adb60e6ec32a3a885d1e281bc to your computer and use it in GitHub Desktop.

Select an option

Save SolitudeSF/1ee4a11adb60e6ec32a3a885d1e281bc to your computer and use it in GitHub Desktop.
proc convert(arg: HSlice): string = discard
proc implicitConvert(args: varargs[string, convert]) = discard
proc test*(range: HSlice) = implicitConvert range
import a
test 0..1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment