]> Cypherpunks repositories - gostls13.git/commit
reflect: add Value.Slice3 and Value.SetCap methods, to match x[i:j:k]
authorRuss Cox <rsc@golang.org>
Tue, 2 Jul 2013 00:32:53 +0000 (20:32 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 2 Jul 2013 00:32:53 +0000 (20:32 -0400)
commit4d8aefde470de630a1f6f6fc2c481fedb4a293c8
tree97e6978211a7bd0de1bc143f5e14b025fb5cee2c
parentb4e92cee97b968f1799be27bed8cec62ae403725
reflect: add Value.Slice3 and Value.SetCap methods, to match x[i:j:k]

Design doc at golang.org/s/go12slice.

R=golang-dev, r, nightlyone
CC=golang-dev
https://golang.org/cl/10761045
src/pkg/reflect/all_test.go
src/pkg/reflect/value.go