M
let t = {"a": "hello", "b": "world"}.toTable
for x in toSeq(t.values): echo x
for x in t.values.toSeq: echo x
# hello
# world
# h
# e
# l
# l
# o
# w
# o
# r
# l
# d
Size: a a a
M
let t = {"a": "hello", "b": "world"}.toTable
for x in toSeq(t.values): echo x
for x in t.values.toSeq: echo x
# hello
# world
# h
# e
# l
# l
# o
# w
# o
# r
# l
# d
M
d
M
ШН
g
let t = {"a": "hello", "b": "world"}.toTable
for x in toSeq(t.values): echo x
for x in t.values.toSeq: echo x
# hello
# world
# h
# e
# l
# l
# o
# w
# o
# r
# l
# d
M
.
SR
SR
M
A
A
ZK
SR
M
SR
SR
ГГ