示例#1
0
 public function testHead()
 {
     $this->assertSame(0, $this->seq->headOption()->get());
     $this->assertSame(0, $this->seq->head());
     $this->assertSame(0, $this->seq->lastOption()->get());
     $this->assertSame(0, $this->seq->last());
 }