``` $items = ['zero' => 0]; $collection = new Guillermoandrae\Common\Collection($items); var_dump($collection->last() === $items['zero']); // expect: bool(true) // result: bool(false) + Notice ```