Created
September 7, 2017 11:06
-
-
Save def-/4ab840ae6db77d27b2c6ad92508ba4ad 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
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