We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0ee8f commit 39e2d13Copy full SHA for 39e2d13
stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
@@ -457,7 +457,7 @@ extension Unsafe${Mutable}RawBufferPointer {
457
/// - Parameters:
458
/// - value: The value to store as raw bytes.
459
/// - offset: The offset in bytes into the buffer pointer's memory to begin
460
- /// reading data for the new instance. The default is zero.
+ /// writing bytes from the value. The default is zero.
461
/// - type: The type to use for the newly constructed instance. The memory
462
/// must be initialized to a value of a type that is layout compatible
463
/// with `type`.
0 commit comments