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

Function lean_float_array_fget

src/sarray/float.rs:48–50  ·  view source on GitHub ↗
(a: b_lean_obj_arg, i: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

46
47#[inline(always)]
48pub unsafe fn lean_float_array_fget(a: b_lean_obj_arg, i: b_lean_obj_arg) -> f64 {
49 lean_float_array_uget(a, lean_unbox(i))
50}
51
52#[inline(always)]
53pub unsafe fn lean_float_array_uset(a: lean_obj_arg, i: usize, v: f64) -> *mut lean_object {

Callers

nothing calls this directly

Calls 2

lean_float_array_ugetFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected