fn next_value_helper<const INC: bool>(value: ScalarValue) -> ScalarValueExpand description
This function returns the next/previous value depending on the INC value.
If true, it returns the next value; otherwise it returns the previous value.
fn next_value_helper<const INC: bool>(value: ScalarValue) -> ScalarValueThis function returns the next/previous value depending on the INC value.
If true, it returns the next value; otherwise it returns the previous value.