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

seq_le

Function seq_le 

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

Returns true if a <= b in sequence space.