Skip to content

Instantly share code, notes, and snippets.

@dom96

dom96/foo.nim Secret

Created September 19, 2016 19:48
Show Gist options
  • Save dom96/4ae6f54149cd000a48080f2011a725fe to your computer and use it in GitHub Desktop.
Save dom96/4ae6f54149cd000a48080f2011a725fe to your computer and use it in GitHub Desktop.
type
Foo = ref object
y: string
x: tuple[f: string, y: range[100 .. 599]]
let x = Foo(y: "asd")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment