Skip to main content

Perl_newLOGOP

Function Perl_newLOGOP 

Source
pub unsafe fn Perl_newLOGOP(
    my_perl: *mut PerlInterpreter,
    optype: I32,
    flags: I32,
    first: *mut OP,
    other: *mut OP,
) -> *mut OP
Expand description

thx shim for crate::Perl_newLOGOP.