Skip to main content

pamoja_window_len

Function pamoja_window_len 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_window_len( window: *const PamojaWindow, ) -> usize
Expand description

Returns how many readings a window holds.

§Returns

The count, or 0 if window is null.

§Safety

window must be a live handle from pamoja_window_new, or null.