⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

seq_ge

Function seq_ge 

Source
pub fn seq_ge(a: u32, b: u32) -> bool
Expand description

Returns true if a >= b in sequence space.