Skip to main content

Perl_newASSIGNOP

Function Perl_newASSIGNOP 

Source
pub unsafe fn Perl_newASSIGNOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    left: *mut OP,
    optype: I32,
    right: *mut OP,
) -> *mut OP
Expand description