Skip to content

Commit edc9754

Browse files
committed
remove another single-element update function
1 parent c8a0d7d commit edc9754

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

proposals/NNNN-pointer-family-initialization-improvements.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -525,19 +525,6 @@ extension UnsafeMutableBufferPointer {
525525

526526
```swift
527527
extension UnsafeMutablePointer {
528-
/// Update this pointer's initialized memory.
529-
///
530-
/// The range of memory starting at this pointer and covering one instance
531-
/// of `Pointee` must be initialized, or `Pointee` must be a trivial type.
532-
/// This method is equivalent to:
533-
///
534-
/// self.pointee = value
535-
///
536-
/// - Parameters:
537-
/// - value: The value used to update this pointer's memory.
538-
public func update(_ value: Pointee)
539-
}
540-
541528
/// Update this pointer's initialized memory with the specified number of
542529
/// instances, copied from the given pointer's memory.
543530
///

0 commit comments

Comments
 (0)