]> Cypherpunks repositories - gostls13.git/commit
Add new functions to the iterable package:
authorDavid Symonds <dsymonds@golang.org>
Thu, 9 Apr 2009 04:50:40 +0000 (21:50 -0700)
committerDavid Symonds <dsymonds@golang.org>
Thu, 9 Apr 2009 04:50:40 +0000 (21:50 -0700)
commit03fbd72ddb9cc81e28a36cba96423b64027bbb6d
treef30d536eed86a95ea547855309aac5f86156857b
parentb8035ab5a5fb2be2561a8a8f80341f881bc3837e
Add new functions to the iterable package:
- Filter
- Find
- Partition

R=rsc
APPROVED=rsc
DELTA=117  (92 added, 17 deleted, 8 changed)
OCL=27135
CL=27240
src/lib/container/iterable.go
src/lib/container/iterable_test.go