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

Function lean_array_fset

src/array/high_level.rs:110–116  ·  view source on GitHub ↗
(
    a: lean_obj_arg,
    i: b_lean_obj_arg,
    v: lean_obj_arg,
)

Source from the content-addressed store, hash-verified

108
109#[inline]
110pub unsafe fn lean_array_fset(
111 a: lean_obj_arg,
112 i: b_lean_obj_arg,
113 v: lean_obj_arg,
114) -> *mut lean_object {
115 lean_array_uset(a, lean_unbox(i), v)
116}
117
118#[inline]
119pub unsafe fn lean_array_set(

Callers

nothing calls this directly

Calls 2

lean_array_usetFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected