Skip to content

Commit ed25519

Browse files
dmitshurpull[bot]
authored andcommitted
doc/next: improve description of proposal 61308
For #61308. For #65614. Change-Id: I36b4f2392075d5a3fb9f53a28bd19b997e7be363 Reviewed-on: https://go-review.googlesource.com/c/go/+/592197 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]>
1 parent c8fa012 commit ed25519

File tree

1 file changed

+3
-3
lines changed
  • doc/next/6-stdlib/99-minor/reflect

1 file changed

+3
-3
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The [SliceAt(typ Type, p unsafe.Pointer, len int)] function
2-
returns a Value representing a slice whose underlying array starts
3-
at p and whose length and capacity are len.
1+
The new [SliceAt] function is analogous to [NewAt], but for slices.
2+
3+
The [Value.Pointer] and [Value.UnsafePointer] methods now support values of kind [String].

0 commit comments

Comments
 (0)