Returns a copy of the collection with the value at the key path removed.
A functional alternative to collection.removeIn(keypath) which will also work with plain Objects and Arrays.
collection.removeIn(keypath)
removeIn(collection: C, keyPath: Iterable): C;