]> Cypherpunks repositories - gostls13.git/commit
slices: add func Repeat
authorJes Cok <xigua67damn@gmail.com>
Fri, 15 Mar 2024 05:47:53 +0000 (13:47 +0800)
committerKeith Randall <khr@golang.org>
Tue, 19 Mar 2024 21:38:37 +0000 (21:38 +0000)
commitf94d82b2c03c756f1d8893dc0282e9608e7d32a1
tree62a0bc5ff7c55087f8cecea9d730bb418b1cb58a
parentd2eb72fcff90d1c01fb2336a4c6f0f7fd7e01cbc
slices: add func Repeat

Fixes #65238

Change-Id: I32ae4d922788cc6fbbe80f5b558a075951e3c892
Reviewed-on: https://go-review.googlesource.com/c/go/+/571895
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/65238.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/slices/65238.md [new file with mode: 0644]
src/slices/slices.go
src/slices/slices_test.go