[stdlib] Rename [_]elementStorage=>[_]baseAddress

Swift SVN r20342
This commit is contained in:
Dave Abrahams
2014-07-22 22:29:03 +00:00
parent b96e08139b
commit 00f9ca5eda
19 changed files with 86 additions and 86 deletions

View File

@@ -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
}