Skip to main content

ComputedMap

Type Alias ComputedMap 

Source
pub type ComputedMap = DashMap<CellRef, Dynamic>;
Expand description

Thread-safe storage for computed formula cell values. Maps cell positions to their evaluated Dynamic values. This allows cell references to use pre-computed values instead of re-evaluating.

Aliased Typeยง

pub struct ComputedMap { /* private fields */ }