(a: lean_obj_arg)
| 85 | |
| 86 | #[inline(always)] |
| 87 | pub unsafe fn lean_copy_array(a: lean_obj_arg) -> lean_obj_res { |
| 88 | lean_copy_expand_array(a, false) |
| 89 | } |
| 90 | |
| 91 | #[inline(always)] |
| 92 | pub unsafe fn lean_ensure_exclusive_array(a: lean_obj_arg) -> lean_obj_res { |
no outgoing calls
no test coverage detected