Skip to content

Instantly share code, notes, and snippets.

@def-
Last active August 29, 2015 14:04
Show Gist options
  • Save def-/349c4ed778eb7ebbc05b to your computer and use it in GitHub Desktop.
Save def-/349c4ed778eb7ebbc05b to your computer and use it in GitHub Desktop.
from tables import TTable, initTable
proc f(n: int): TTable[int, seq[int]] =
result = initTable[int, seq[int]]()
var t = f(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment