Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
z3
master
Int
Z3
API
BitvecExpr
BitvecSort
BoolExpr
BoolSort
Exception
IntExpr
IntSort
Model
RealExpr
RealSort
Solver
Generated using Crystal 1.10.1
2024-02-25 02:05:28 UTC
class
Z3::
BitvecSort
Z3::BitvecSort
Reference
Object
Defined in:
z3/bitvec_sort.cr
Constructors
.new
(size : UInt32)
Instance Method Summary
#[]
(expr : BitvecExpr)
#[]
(name : String)
#[]
(v : Int)
#size
: UInt32
#to_unsafe
: LibZ3::Sort
Constructor Detail
def self.
new
(size : UInt32)
#
[
View source
]
Instance Method Detail
def
[]
(expr :
BitvecExpr
)
#
[
View source
]
def
[]
(name : String)
#
[
View source
]
def
[]
(v :
Int
)
#
[
View source
]
def
size
: UInt32
#
[
View source
]
def
to_unsafe
: LibZ3::Sort
#
[
View source
]