]> Cypherpunks repositories - gostls13.git/commit
math/bits: add example for OnesCount function
authoradarsh ravichandran <adarshravichandran91@gmail.com>
Mon, 20 May 2019 10:57:13 +0000 (16:27 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 May 2019 18:16:09 +0000 (18:16 +0000)
commit776e1709e59c2c50d93467e666d4bb8955b32ed3
tree8ab79f4e7b5cdec7db77d488d54a11648c8e66bd
parentc77a9e0aa5a8a238d68aa82b3b7e052a314a0060
math/bits: add example for OnesCount function

Change-Id: Id87db9bed5e8715d554c1bf95c063d7d0a03c3e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/178117
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/bits/example_test.go