Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
z3
master
BigRational
Char
Float64
Int
String
Z3
AnyExpr
AnySort
API
BitvecExpr
BitvecSort
BoolExpr
BoolSort
CharExpr
CharSort
Exception
IntExpr
IntSort
Model
RangeIndexing
RealExpr
RealSort
SeqExpr
SeqSort
Solver
StringExpr
StringSort
Generated using Crystal 1.16.3
2026-08-08 10:32:13 UTC
class
Z3::
IntSort
Z3::IntSort
Reference
Object
Defined in:
z3/int_sort.cr
Class Method Summary
.[]
(expr : IntExpr)
.[]
(v : Int)
.cast
(value) : IntExpr
.from_ast
(ast : LibZ3::Ast) : IntExpr
.to_s
(io)
.to_unsafe
.var
(name : String)
Class Method Detail
def self.
[]
(expr :
IntExpr
)
#
[
View source
]
def self.
[]
(v :
Int
)
#
[
View source
]
def self.
cast
(value) :
IntExpr
#
[
View source
]
def self.
from_ast
(ast : LibZ3::Ast) :
IntExpr
#
[
View source
]
def self.
to_s
(io)
#
[
View source
]
def self.
to_unsafe
#
[
View source
]
def self.
var
(name :
String
)
#
[
View source
]