Skip to main content

lean_is_st

Function lean_is_st 

Source
pub unsafe fn lean_is_st(o: *mut lean_object) -> bool
Expand description

Single-threaded test (lean.h:519–521).

§Safety

o must be a valid non-scalar Lean heap object pointer.