NumericLiteralExpr public protocol NumericLiteralExpr : Expr A numeric literal expression. Show on GitHub value The value of the literal. Declaration Swift var value: String { get } Show on GitHub