Searched refs:flatSpread (Results 1 – 2 of 2) sorted by relevance
76 function flatSpread(func, start) { function320 return start === undefined ? ary(func, n) : flatSpread(func, start);
156 function flatSpread(func, start) {400 return start === undefined ? ary(func, n) : flatSpread(func, start);