/**
  * {@inheritdoc}
  */
 public function usort(callable $sorter) : CollectionInterface
 {
     return new self($this->type, parent::usort($sorter)->toPrimitive());
 }