struct Interro::QueryValue
- Interro::QueryValue
- Struct
- Value
- Object
Defined in:
query_value.crConstructors
Instance Method Summary
- #!=(other : Nil)
- #!=(other : Value)
-
#&(other : Value)
Bitwise operator
- #<(other : Value)
- #<=(other : Value)
- #==(other : Nil)
- #==(other : Value)
- #>(other : Value)
- #>=(other : Value)
-
#^(other : Value)
Bitwise operator
-
#|(other : Value)
Bitwise operator
- #in?(array : Enumerable(Value))
- #in?(array : Enumerable(Any))
- #index : Int32
- #not_in?(array : Enumerable(Value))
- #not_in?(array : Enumerable(Any))
- #value : String