Skip to main content

stack_idx_to_i32

Function stack_idx_to_i32 

Source
pub fn stack_idx_to_i32(i: StackIdx) -> i32
Expand description

Explicit StackIdxi32 conversion for call sites that need a signed index and would otherwise hit an ambiguous non-primitive-cast error.