We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fa012 commit ed25519Copy full SHA for ed25519
doc/next/6-stdlib/99-minor/reflect/61308.md
@@ -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.
+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 commit comments