struct Lua::Any
Defined in:
crystal-lua/any.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(raw :
Type)
#
Instance Method Detail
def
==(*args, **options)
#
def
==(*args, **options, &)
#
def
===(*args, **options)
#
def
===(*args, **options, &)
#
def
as_bool? : Bool | Nil
#
def
as_f32? : Float32 | Nil
#
def
as_f64? : Float64 | Nil
#
def
as_s? : String | Nil
#
def
to_i128? : Int128 | Nil
#
def
to_i16? : Int16 | Nil
#
def
to_i32? : Int32 | Nil
#
def
to_i64? : Int64 | Nil
#
def
to_i8? : Int8 | Nil
#
def
to_s(*args, **options)
#
def
to_s(*args, **options, &)
#
def
to_u128? : UInt128 | Nil
#
def
to_u16? : UInt16 | Nil
#
def
to_u32? : UInt32 | Nil
#
def
to_u64? : UInt64 | Nil
#
def
to_u8? : UInt8 | Nil
#