Skip to main content

iPsort_unchecked

Function iPsort_unchecked 

Source
unsafe extern "C-unwind" fn iPsort_unchecked(
    x: *mut c_int,
    n: c_int,
    k: c_int,
)
Expand description

Partial sort integers (moves k-th smallest to position k).

ยงParameters

  • x: Pointer to integer array
  • n: Number of elements
  • k: Target position (0-indexed) Unchecked FFI binding for iPsort. Generated from source location line 3440, column 8. Generated from source file miniextendr-api/src/ffi.rs.