Skip to content

Instantly share code, notes, and snippets.

@def-
Created September 7, 2017 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save def-/4ab840ae6db77d27b2c6ad92508ba4ad to your computer and use it in GitHub Desktop.
Save def-/4ab840ae6db77d27b2c6ad92508ba4ad to your computer and use it in GitHub Desktop.
import tables, sequtils
let t = {1: "one", 2: "two"}.toTable
let k = toSeq(t.keys())
echo k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment