setSort function

SetSort setSort(
  1. Sort domain
)

The sort of a set of elements of type domain.

Implementation

SetSort setSort(Sort domain) => SetSort(domain).declare();