* Creates a slice of `array` excluding elements dropped from the beginning. * Elements are dropped until `predicate` returns falsey. The predicate is * invoked with three arguments: (value, index, array). * * @static * @memberOf _ * @since 3.0.0 * @category Array
(array, predicate)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected