]> Cypherpunks repositories - gostls13.git/commit
Implemented ExtendFront/Back functions to insert a list of elements into a list.
authorJan H. Hosang <jan.hosang@gmail.com>
Fri, 15 Jan 2010 21:26:13 +0000 (13:26 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 15 Jan 2010 21:26:13 +0000 (13:26 -0800)
commit67237c0f11530b348119ed2a52326e2ee23eadb9
tree48bf7b91c73a3e484423e09498ec929b73c9d7fb
parent9a6b8e21e40000d92c3a74452fee3c7e8a16453e
Implemented ExtendFront/Back functions to insert a list of elements into a list.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/181151
src/pkg/container/list/list.go
src/pkg/container/list/list_test.go