TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 272 forks source link

Turn RefOrMut of tuples to inner variants #498

Closed antiguru closed 3 months ago

antiguru commented 1 year ago

Not sure how useful this is, but it would allow turning a RefOrMut of a tuple into a RefOrMut if its elements.

antiguru commented 3 months ago

I haven't observed any case where this would have helped!