Returns true if every item in the container satisfies the 
predicate. Predicate should be a function of one argument for iteratable containers
and a function of two arguments for associative containers. 
| every-item-p < iteratable-container-mixin > < function > | 
| every-item-p < list > < function > | 
| every-item-p < vector > < function > |