_.pull(array, [values])
_.pad([string=''], [length=0], [chars=' '])
_.drop(array, [n=1])
_.pullAll(array, values)
_.take(array, [n=1])
_.join(array, [separator=','])
_.min(array) source
_.compact(array) source
_.templateSettings.interpolate
_.xor([arrays]) source
Page 31 of 32