pub unsafe extern "C" fn SCIPqueueFirstUInt(
queue: *mut SCIP_QUEUE,
) -> c_uintExpand description
returns the first unsigned integer element of the queue without removing it, or UINT_MAX if no element exists
pub unsafe extern "C" fn SCIPqueueFirstUInt(
queue: *mut SCIP_QUEUE,
) -> c_uintreturns the first unsigned integer element of the queue without removing it, or UINT_MAX if no element exists