Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#218
vectors-3
Difficulty:
Basic
Topics:
vectors
But you can populate it with any number of elements at once
(= [1 __] (vec (quote (1 2))))
Code which fills in the blank:
Run