Macro Some*

Part of:

package metabang.utilities
( some* (element list) &body < body > )
An iterative version of the function `some'. Bind each element of list in
turn. If the body returns non-nil, return the result. This can be faster than
the regular function, especially when lexical variables are used in the
predicate.