struct

Interro::QueryValue

Inherits Struct / Value / Object

Constructors

new(value : String, index : Int32)
Source

Instance methods

!=(other : Nil)
Source
!=(other : Value)
Source
&(other : Value)

Bitwise operator

Source
<(other : Value)
Source
<=(other : Value)
Source
==(other : Nil)
Source
==(other : Value)
Source
>(other : Value)
Source
>=(other : Value)
Source
^(other : Value)

Bitwise operator

Source
|(other : Value)

Bitwise operator

Source
in?(array : Enumerable(Value))
Source
in?(array : Enumerable(Any))
Source
index
Source
not_in?(array : Enumerable(Value))
Source
not_in?(array : Enumerable(Any))
Source
value
Source