コード例 #1
0
ファイル: TypedCollection.php プロジェクト: Innmind/Immutable
 /**
  * {@inheritdoc}
  */
 public function associativeReverseSort(int $flags = self::SORT_REGULAR) : CollectionInterface
 {
     return new self($this->type, parent::associativeReverseSort($flags)->toPrimitive());
 }