]> Cypherpunks repositories - gostls13.git/commit
container/heap: document what Push and Pop do
authorRuss Cox <rsc@golang.org>
Thu, 3 Nov 2011 19:30:57 +0000 (15:30 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Nov 2011 19:30:57 +0000 (15:30 -0400)
commit41dc7d3a99da6894110085e78c07e711f925948e
tree3f6be1c56878738250a36b1dcd5d29ef2ce7f64c
parentd615a5255d36c976abc988218447f7bb6cf5dbd1
container/heap: document what Push and Pop do

Now that vector is gone, there is no precedent to refer to.
This is a confusing point for people looking to use the
package.

R=golang-dev, r, cw
CC=golang-dev
https://golang.org/cl/5322069
src/pkg/container/heap/heap.go