Lucid::Compiler::IntLiteral::Base
Inherits Enum < Comparable < Value < Object
Constants
I8 = 0
I16 = 1
I32 = 2
I64 = 3
I128 = 4
U8 = 5
U16 = 6
U32 = 7
U64 = 8
U128 = 9
Dynamic = 10
Invalid = 11
Constructors
from(raw : String) : self
SourceInherits Enum < Comparable < Value < Object