Skip to main content

get_nth_arg

Function get_nth_arg 

Source
pub fn get_nth_arg(e: &Expr, n: usize) -> Option<&Expr>
Expand description

Get the n-th argument in an application chain (0-indexed).