Fork me on GitHub
#beginners
<
2015-08-23
>
bmay18:08:04

how do i prepend a vector to an ArraySeq?

bmay19:08:10

i probably didn't give enough detail in the question, but i had to use (into [["a" "b"]] my-array-seq); concat doesn't seem to work tho