warning = 1
fatal = 2
_
pub const AlertLevel = enum(u8) { warning = 1, fatal = 2, _, }
Press escape to exit search and then '?' to see more options.