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

Function lean_array_fget_borrowed

src/array/high_level.rs:42–44  ·  view source on GitHub ↗
(a: b_lean_obj_arg, i: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

40
41#[inline(always)]
42pub unsafe fn lean_array_fget_borrowed(a: b_lean_obj_arg, i: b_lean_obj_arg) -> lean_obj_res {
43 lean_array_get_core(a, lean_unbox(i))
44}
45
46#[inline]
47pub unsafe fn lean_array_get(

Callers

nothing calls this directly

Calls 2

lean_array_get_coreFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected