sort method

Selector sort(
  1. Sort s
)

Implementation

Selector sort(Sort s) {
  var clone = Selector.clone(this);
  clone.sorting = s;
  return clone;
}