pub fn try_compute_availability(
exprs: &[impl Borrow<Loc<Expression>>],
ctx: &Context<'_>,
) -> Result<usize>
Expand description
Computes the time at which the specified expressions will be available. If there is a mismatch, an error is returned