Rindle docs and package mapSkip to main content

flatten_all

Function flatten_all 

Source
pub fn flatten_all(changes: &[CaughtChange]) -> Vec<FlatChange>
Expand description

Linearize a batch of CaughtChanges (e.g. one transaction’s drained sink), preserving order. The order is significant — the receiver must apply the resulting flat changes in exactly this order (FLAT-CHANGES-DESIGN.md §5.4).