(a: b_lean_obj_arg, i: usize)
| 28 | |
| 29 | #[inline] |
| 30 | pub unsafe fn lean_array_uget(a: b_lean_obj_arg, i: usize) -> lean_obj_res { |
| 31 | let r = lean_array_get_core(a, i); |
| 32 | lean_inc(r); |
| 33 | r |
| 34 | } |
| 35 | |
| 36 | #[inline(always)] |
| 37 | pub unsafe fn lean_array_fget(a: b_lean_obj_arg, i: b_lean_obj_arg) -> lean_obj_res { |
no test coverage detected