TimelyDataflow / timely-dataflow

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

Change generic variable for containers from `D` to `C` #552

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

I think out of prior ease we left various metasyntactic variables as D when we shifted from speaking about data to speaking about containers. This PR swaps those over, and generally anything that looks like _Core<_ should have a C somewhere after it rather than D.