enum Base [src]

Fields

decimal = 10
hex = 16
binary = 2
octal = 8

Source

pub const Base = enum(u8) { decimal = 10, hex = 16, binary = 2, octal = 8 }