Constant HIGHEST_PRIORITY
pub const HIGHEST_PRIORITY: u8 = 0; // 0u8
Expand description
The highest priority. We invert the value so that normal sorting will place the highest priority at the beginning of the list.
pub const HIGHEST_PRIORITY: u8 = 0; // 0u8
The highest priority. We invert the value so that normal sorting will place the highest priority at the beginning of the list.