* The base implementation of `_.dropRightWhile`, `_.dropWhile`, `_.takeRightWhile`, * and `_.takeWhile` without support for callback shorthands and `this` binding. * * @private * @param {Array} array The array to query. * @param {Function} predicate The f
(array, predicate, isDrop, fromRight)
source not stored for this graph (policy: none)
no test coverage detected