On 12 November 2013 16:26, Phillip Lord <phillip.l...@newcastle.ac.uk>wrote:

> While we are talking, does anyone know why (contains? [:a :b :c] :b)
> returns false?
>

This would be better placed in its own thread I think, but it's because the
contains? function checks for the presence of keys, not values. In a
vector, the keys are the indexes: (contains? [:a :b :c] 1) => true.

- James

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to