any(v,f)
-- yields the value true or false depending on
whether any element v#i of v yields the value true when the predicate
f is applied.
Works when v is a list, sequence, or hash table, but when v is an
hash table, f is applied to each pair (k,x) consisting of a key k
and a value x from v.