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

Function lean_float_array_fset

src/sarray/float.rs:79–85  ·  view source on GitHub ↗
(
    a: lean_obj_arg,
    i: b_lean_obj_arg,
    v: f64,
)

Source from the content-addressed store, hash-verified

77
78#[inline(always)]
79pub unsafe fn lean_float_array_fset(
80 a: lean_obj_arg,
81 i: b_lean_obj_arg,
82 v: f64,
83) -> *mut lean_object {
84 lean_float_array_uset(a, lean_unbox(i), v)
85}
86
87extern "C" {
88 pub fn lean_float_array_mk(a: lean_obj_arg) -> lean_obj_res;

Callers

nothing calls this directly

Calls 2

lean_float_array_usetFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected