Skip to main content

Perl_sv_does

Function Perl_sv_does 

Source
pub unsafe fn Perl_sv_does(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    name: *const c_char,
) -> bool
Expand description

thx shim for crate::Perl_sv_does.