Skip to main content

Perl_sortsv_flags

Function Perl_sortsv_flags 

Source
pub unsafe fn Perl_sortsv_flags(
    my_perl: *mut PerlInterpreter,
    array: *mut *mut SV,
    num_elts: usize,
    cmp: SVCOMPARE_t,
    flags: U32,
)
Expand description