Creates an array of elements corresponding to the given keys, or indexes, of collection. Keys may be specified as individual arguments or as arrays of keys.
The object to iterate over.
Rest
The property names or indexes of elements to pick, specified individually or in arrays.
Returns the new array of picked elements.
_.at
Generated using TypeDoc
Creates an array of elements corresponding to the given keys, or indexes, of collection. Keys may be specified as individual arguments or as arrays of keys.