_.debounce(func, [wait=0], [options={}])
_.throttle(func, [wait=0], [options={}])
_.before(n, func)
_.defer(func, [args])
_.rest(func, [start=func.length-1])
_.ary(func, [n=func.length])
_.rearg(func, indexes)
_.wrap(value, [wrapper=identity])
_.partialRight(func, [partials])
_.spread(func, [start=0])
Page 1 of 3