pub fn selection(
indexed: &IndexedDocument<'_>,
targets: &[Target],
builder: &mut CommitBuilder,
)Expand description
Inventory row “Delete Selection”: one commit for a whole selection, dispatching over the rows below. The closure owns the dedupe, so a selection holding both a block and its own child deletes each thing once.