Example #1
0
 /**
  * @param mixed $item
  * @return \stekycz\collections\ArraySet
  */
 public function remove($item)
 {
     $this->items->remove($item);
     return $this;
 }