pub fn braid<S: Storage>( storage: &mut S, left: Location, right: Location, ) -> Result<Vec<Location>, ClientError>
Enforces deterministic ordering for a set of Commands in a graph. Returns the ordering.
Command