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

seq_lt

Function seq_lt 

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

Compare sequence numbers using signed 32-bit difference. Returns true if a is strictly less than b in sequence space.