Skip Navigation

Practice working with Clojure vectors

Practice working with Clojure vectors

https://dev.to/ivangavlik/practice-working-with-clojure-vectors-29d2

Vector A vector in Clojure is an ordered, indexed, immutable collection that allows efficient random access and fast additions at the end. They are immutable. Vectors are defined using square brackets [] or by using the vector function: ;;...

clojure #clj #cljs !clojure@lemmy.ml @clojure

0 comments

No comments