getSortId method

int getSortId(
  1. Sort sort
)

Implementation

int getSortId(Sort sort) {
  return _z3.get_sort_id(_createSort(sort));
}