Skip to main content

Perl_av_fetch

Function Perl_av_fetch 

Source
pub unsafe fn Perl_av_fetch(
    my_perl: *mut PerlInterpreter,
    av: *mut AV,
    key: isize,
    lval: I32,
) -> *mut *mut SV
Expand description

thx shim for crate::Perl_av_fetch.