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

seq_gt

Function seq_gt 

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

Returns true if a > b in sequence space.