]> Cypherpunks repositories - gostls13.git/commit
Add an Iterable package with handy functions like All, Any and Map.
authorDavid Symonds <dsymonds@golang.org>
Mon, 6 Apr 2009 05:40:40 +0000 (22:40 -0700)
committerDavid Symonds <dsymonds@golang.org>
Mon, 6 Apr 2009 05:40:40 +0000 (22:40 -0700)
commit7b7785127552e1f9fd1a5b2b20f3de1ff1860f66
treef2092936c6bc81b30463c75166f9151ff4b947b8
parent907cb4f1e604d5c21df32583470c33bec14fec5a
Add an Iterable package with handy functions like All, Any and Map.

Add a Data method to vector.Vector.

R=r,rsc
APPROVED=rsc
DELTA=173  (170 added, 0 deleted, 3 changed)
OCL=26980
CL=27098
src/lib/container/Makefile
src/lib/container/iterable.go [new file with mode: 0644]
src/lib/container/iterable_test.go [new file with mode: 0644]
src/lib/container/vector.go