Consider a full transport belt (both lanes) and suppose that only one lane is being emptied further down, I want to spread that demand over both lanes.
Flow diagram:
-->| demand |oooo
-->|rebalancer|---->
My current attempt is based on the preference of an inserter to take items from the nearest lane:
![Image](https://forums.factorio.com/images/ext/c1f2ce3ab2a97d603e211c17d5a741fd.png)
The double desing is to ensure throughput when demand is high.
Does anyone know of a better/passive design for this?