Skip to main content

Perl_av_exists

Function Perl_av_exists 

Source
pub unsafe fn Perl_av_exists(
    my_perl: *mut PerlInterpreter,
    av: *mut AV,
    key: isize,
) -> bool
Expand description

thx shim for crate::Perl_av_exists.