* Iterates through given array and calls specified function on each element. If provided * function returns false the traversal is stopped. * * @example * Arrays.every(array, function(el) {return true;}); * * @method every * @param {Array} array The array to traverse. * @param {F
(array, func)
source not stored for this graph (policy: none)
no test coverage detected