This repository contains a visual cheat sheet for common Combine operators, built with SwiftUI.
The goal of this project is to make it easier to understand how Combine operators transform streams of values over time by representing publishers, operators, and outputs visually instead of only through code.
Each diagram shows:
- one or two input publishers
- the applied Combine operator
- the resulting output sequence
The diagrams are rendered using SwiftUI views, making it easy to extend, customize, or generate new visuals for additional operators.
