MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_array_fswap

Function lean_array_fswap

src/array/high_level.rs:156–162  ·  view source on GitHub ↗
(
    a: lean_obj_arg,
    i: b_lean_obj_arg,
    j: b_lean_obj_arg,
)

Source from the content-addressed store, hash-verified

154
155#[inline(always)]
156pub unsafe fn lean_array_fswap(
157 a: lean_obj_arg,
158 i: b_lean_obj_arg,
159 j: b_lean_obj_arg,
160) -> *mut lean_object {
161 lean_array_uswap(a, lean_unbox(i), lean_unbox(j))
162}
163
164#[inline(always)]
165pub unsafe fn lean_array_swap(

Callers

nothing calls this directly

Calls 2

lean_array_uswapFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected