Skip to main content

bounded_size

Function bounded_size 

Source
pub fn bounded_size(
    graph: &Graph,
    value: ValueId,
    bounds: &HashMap<SymbolId, usize>,
) -> Option<usize>
Expand description

Byte size of a value with symbolic dimensions resolved through bounds.

Returns None if any dimension is symbolic and unbound, or if the element count overflows.