public function testFirstReturnsFirstItemOfASequence() { $seq = new lang\Vector(23, 45); $this->assertEquals(23, lang::first($seq)); }