(o: b_lean_obj_arg)
| 35 | |
| 36 | #[inline(always)] |
| 37 | pub unsafe fn lean_array_cptr(o: b_lean_obj_arg) -> *mut *mut lean_object { |
| 38 | raw_field!(o, lean_array_object, m_data) as *mut _ |
| 39 | } |
| 40 | |
| 41 | #[inline(always)] |
| 42 | pub unsafe fn lean_array_set_size(o: u_lean_obj_arg, sz: usize) { |
no outgoing calls
no test coverage detected