mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Rename [_]elementStorage=>[_]baseAddress
Swift SVN r20342
This commit is contained in:
@@ -66,7 +66,7 @@ public struct Unsafe${Mutable}BufferPointer<T> : ${Mutable}CollectionType {
|
||||
return UnsafeBufferPointerGenerator(position: _position, end: _end)
|
||||
}
|
||||
|
||||
public var elementStorage: Unsafe${Mutable}Pointer<T> {
|
||||
public var baseAddress: Unsafe${Mutable}Pointer<T> {
|
||||
return _position
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user