(a: b_lean_obj_arg, i: b_lean_obj_arg)
| 35 | |
| 36 | #[inline(always)] |
| 37 | pub unsafe fn lean_array_fget(a: b_lean_obj_arg, i: b_lean_obj_arg) -> lean_obj_res { |
| 38 | lean_array_uget(a, lean_unbox(i)) |
| 39 | } |
| 40 | |
| 41 | #[inline(always)] |
| 42 | pub unsafe fn lean_array_fget_borrowed(a: b_lean_obj_arg, i: b_lean_obj_arg) -> lean_obj_res { |
nothing calls this directly
no test coverage detected