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.
2 parents 612ef08 + fa04ef5 commit bc3a9d2Copy full SHA for bc3a9d2
stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
@@ -400,6 +400,7 @@ extension Unsafe${Mutable}RawBufferPointer {
400
/// bound type of the memory.
401
///
402
/// - Parameters:
403
+ /// - value: The value to store as raw bytes.
404
/// - offset: The offset in bytes into the buffer pointer's memory to begin
405
/// reading data for the new instance. The buffer pointer plus `offset`
406
/// must be properly aligned for accessing an instance of type `T`. The
0 commit comments