How do I make an `object!` from a `map!`

Viewed 56

I have a map!: #(a: 1) and want to convert it to an equivalent object! like: [a: 1].

1 Answers
Related