Skip to content

Commit

Permalink
doc/next: improve description of proposal 61308
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dmitshur committed Jun 12, 2024
1 parent 3622ad9 commit 97bc577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/next/6-stdlib/99-minor/reflect/61308.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The [SliceAt(typ Type, p unsafe.Pointer, len int)] function
returns a Value representing a slice whose underlying array starts
at p and whose length and capacity are len.
The new [SliceAt] function is analogous to [NewAt], but for slices.

The [Value.Pointer] and [Value.UnsafePointer] methods now support values of kind [String].

0 comments on commit 97bc577

Please sign in to comment.