s/LogicValueType/BooleanType/

We're moving toward using that protocol for straight-up Bool types

Swift SVN r19884
This commit is contained in:
Dave Abrahams
2014-07-12 18:58:18 +00:00
parent 6d1095f44e
commit cbcf9aba21
47 changed files with 100 additions and 100 deletions

View File

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