(o: b_lean_obj_arg)
| 51 | |
| 52 | #[inline(always)] |
| 53 | pub unsafe fn lean_string_length(o: b_lean_obj_arg) -> lean_obj_res { |
| 54 | lean_box(lean_string_len(o)) |
| 55 | } |
| 56 | |
| 57 | #[inline] |
| 58 | pub unsafe fn lean_string_utf8_at_end(s: b_lean_obj_arg, i: b_lean_obj_arg) -> u8 { |
nothing calls this directly
no test coverage detected