enum

Lucid::Compiler::FloatLiteral::Base

Inherits Enum < Comparable < Value < Object

Constants

F32 = 0
F64 = 1
Invalid = 2

Instance methods

f32?

Returns true if this enum value equals F32

Source
f64?

Returns true if this enum value equals F64

Source
invalid?

Returns true if this enum value equals Invalid

Source