pub type SpillMap = DashMap<CellRef, Dynamic>;
Thread-safe storage for spill cell values. Maps cell positions to their computed Dynamic values.
pub struct SpillMap { /* private fields */ }