(a: b_lean_obj_arg)
| 10 | |
| 11 | #[inline(always)] |
| 12 | pub unsafe fn lean_array_get_size(a: b_lean_obj_arg) -> *mut lean_object { |
| 13 | lean_box(lean_array_size(a)) |
| 14 | } |
| 15 | |
| 16 | #[inline(always)] |
| 17 | pub unsafe fn lean_mk_empty_array() -> *mut lean_object { |
nothing calls this directly
no test coverage detected