fn get_argc_argv<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
bx: &mut Bx,
) -> (Bx::Value, Bx::Value)Expand description
Obtain the argc and argv values to pass to the rust start function.
fn get_argc_argv<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
bx: &mut Bx,
) -> (Bx::Value, Bx::Value)Obtain the argc and argv values to pass to the rust start function.