Skip to main content

lean_is_sarray

Function lean_is_sarray 

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

True if o is a scalar array (lean.h:568).

ยงSafety

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