You need keys and value, they return iterators so call collect on them return a 
vector
a=["a"=>1, "b"=>2]
collect(keys(a))
collect(values(a))

Reply via email to