class Z3::BitvecSort

Defined in:

z3/bitvec_sort.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : UInt32) #

[View source]

Instance Method Detail

def ==(other : BitvecSort) #

Z3 hash-conses its sorts, so two Bitvec sorts of the same size are one sort


[View source]
def [](expr : BitvecExpr) #

[View source]
def [](v : Int) #

[View source]
def cast(value) : BitvecExpr #

[View source]
def from_ast(ast : LibZ3::Ast) : BitvecExpr #

[View source]
def size : UInt32 #

[View source]
def to_s(io) #

[View source]
def to_unsafe : LibZ3::Sort #

[View source]
def var(name : String) #

[View source]