(IPersistentMap meta)
| 542 | } |
| 543 | |
| 544 | public APersistentVector.Seq withMeta(IPersistentMap meta){ |
| 545 | if(meta() == meta) |
| 546 | return this; |
| 547 | return new APersistentVector.Seq(meta, v, i); |
| 548 | } |
| 549 | |
| 550 | public Object reduce(IFn f) { |
| 551 | Object ret = v.nth(i); |