]> Cypherpunks repositories - gostls13.git/commit
add Take, TakeWhile, Drop, DropWhile to exp/iterable
authorMichael Elkins <michael.elkins@gmail.com>
Tue, 24 Nov 2009 19:31:11 +0000 (11:31 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2009 19:31:11 +0000 (11:31 -0800)
commitb320cf5bf4df27d425d5a507663344afbb3d167a
treecb515eb3af69ad60a82f69701fc97a3b35afc6e4
parent43ffcdcbc38394cefbcc7dfda6b761849f04fe29
add Take, TakeWhile, Drop, DropWhile to exp/iterable

R=dsymonds1, rsc
https://golang.org/cl/156079
src/pkg/exp/iterable/iterable.go
src/pkg/exp/iterable/iterable_test.go