create an empty vector the long way user=> (vector) [] ;; create an empty vector the short way user=> [] [] ;; you can even create vectors with nil values ...
確定! 回上一頁