Skip to main content

Perl_newLOOPOP

Function Perl_newLOOPOP 

Source
pub unsafe fn Perl_newLOOPOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    debuggable: I32,
    expr: *mut OP,
    block: *mut OP,
) -> *mut OP
Expand description

thx shim for crate::Perl_newLOOPOP.