pub unsafe fn lean_is_thunk(o: *mut lean_object) -> boolExpand description
True if o is a thunk object (lean.h:571).
ยงSafety
o must be a valid non-scalar Lean heap object pointer.
pub unsafe fn lean_is_thunk(o: *mut lean_object) -> boolTrue if o is a thunk object (lean.h:571).
o must be a valid non-scalar Lean heap object pointer.