Splits an object into two objects, one containing the keys provided and the other containing the rest.
The object to split
The keys to pick from the object
A tuple where the first element is an object containing the picked keys and the second element is an object containing the rest
Splits an object into two objects, one containing the keys provided and the other containing the rest.