(a: b_lean_obj_arg, i: b_lean_obj_arg)
| 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 { |
| 43 | lean_array_get_core(a, lean_unbox(i)) |
| 44 | } |
| 45 | |
| 46 | #[inline] |
| 47 | pub unsafe fn lean_array_get( |
nothing calls this directly
no test coverage detected