#6
Vectors
Difficulty: | Elementary |
Topics: |
Vectors can be constructed several ways.
You can compare them with lists.
(= [__] (list :a :b :c) (vec '(:a :b :c)) (vector :a :b :c)) |
Difficulty: | Elementary |
Topics: |
(= [__] (list :a :b :c) (vec '(:a :b :c)) (vector :a :b :c)) |