decimal = 10
hex = 16
binary = 2
octal = 8
pub const Base = enum(u8) { decimal = 10, hex = 16, binary = 2, octal = 8 }
Press escape to exit search and then '?' to see more options.