Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #357 (closed enhancement: wontfix)

Opened 1 year ago

Last modified 3 months ago

bidirectional iterators

Reported by: Ansible Assigned to: kris
Priority: normal Milestone: 2.0
Component: Core Functionality Version:
Keywords: iterator container linkseq map triage Cc:

Description

currently iterators for containers can only go in one direction. Also, the accessor and the increment functions are the same. Why not have a next() and prev() instead, with a separate get() ftn to get the data?

Change History

09/30/07 19:20:52 changed by kris

  • owner changed from sean to kris.
  • milestone changed from 1.0 to 2.0.

05/25/08 08:08:50 changed by larsivi

  • keywords changed from iterator container linkseq map to iterator container linkseq map triage.

06/10/08 11:46:24 changed by kris

  • status changed from new to closed.
  • resolution set to wontfix.

some of the revised containers have a means for traversing backwards, but not all