Home
last modified time | relevance | path

Searched refs:isEvenIndex (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js26 isEvenIndex = function(n, index) { return isEven(index); }, function
146 actual = lodash.remove(array, isEvenIndex);
162 actual = lodash.remove(array, isEvenIndex);
175 actual = lodash.remove(array, isEvenIndex);
188 actual = remove(isEvenIndex)(value);
300 actual = remove(array, isEvenIndex);
313 actual = remove(array)(isEvenIndex);