class Z3::IntSort

Defined in:

z3/int_sort.cr

Class Method Summary

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]