mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
s/LogicValueType/BooleanType/
We're moving toward using that protocol for straight-up Bool types Swift SVN r19884
This commit is contained in:
@@ -47,7 +47,7 @@ final internal class _ContiguousArrayStorage<T> : _NSSwiftArray {
|
||||
}
|
||||
}
|
||||
|
||||
public struct _ContiguousArrayBuffer<T> : _ArrayBufferType, LogicValueType {
|
||||
public struct _ContiguousArrayBuffer<T> : _ArrayBufferType, BooleanType {
|
||||
|
||||
/// Make a buffer with uninitialized elements. After using this
|
||||
/// method, you must either initialize the count elements at the
|
||||
|
||||
Reference in New Issue
Block a user