public function testIndices()
 {
     $this->assertSame(array(0, 1, 2, 3), $this->seq->indices());
 }