sparse-array: Improve iteration interface.
authorBen Pfaff <blp@gnu.org>
Thu, 7 May 2009 03:22:09 +0000 (20:22 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:05 +0000 (21:11 -0700)
The sparse_array_scan function only supports iteration in the forward
direction and its interface is somewhat awkward.  This commit replaces it
by four new functions that allow iteration in both forward and reverse
directions and have a more conventional interface.


No differences found