menu
fixed_z3 package
documentation
z3.dart
Context
getSortId method
getSortId method
dark_mode
light_mode
getSortId
method
int
getSortId
(
Sort
sort
)
Get a unique id of a
Sort
.
Implementation
int getSortId(Sort sort) { return _z3.get_sort_id(_createSort(sort)); }
fixed_z3 package
documentation
z3
Context
getSortId method
Context class