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

Function lean_byte_array_fset

src/sarray/byte.rs:70–72  ·  view source on GitHub ↗
(a: lean_obj_arg, i: b_lean_obj_arg, v: u8)

Source from the content-addressed store, hash-verified

68
69#[inline(always)]
70pub unsafe fn lean_byte_array_fset(a: lean_obj_arg, i: b_lean_obj_arg, v: u8) -> *mut lean_object {
71 lean_byte_array_uset(a, lean_unbox(i), v)
72}
73
74extern "C" {
75 pub fn lean_byte_array_mk(a: lean_obj_arg) -> lean_obj_res;

Callers

nothing calls this directly

Calls 2

lean_byte_array_usetFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected