Details
Description
The task here is to write an expression that, given a Value which stores a Document, return a Document that is identical but does not have any field tombstones. One simple implementation is to just loop over the input document and append each field to a new MutableDocument.