You can get the last element of a vector using peek : (peek []) ;;=> nil (peek [:foo]) ;;=> :foo (peek [:foo :bar]) ;;=> :bar.
確定! 回上一頁