seqSort function

SeqSort seqSort(
  1. Sort sort
)

The type of a sequence of elements of type sort.

Implementation

SeqSort seqSort(Sort sort) => SeqSort(sort).declare();