struct UnsafeBufferPointer<Element>
Inheritance |
CollectionType, CustomDebugStringConvertible, Indexable, SequenceType
View Protocol Hierarchy →
|
Associated Types |
Generator = UnsafeBufferPointerGenerator<Element>
Element = Element
Index = Int
SubSequence = Slice<UnsafeBufferPointer<Element>>
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods
Conditionally Inherited Items
Where Generator.Element : CollectionType
Where Generator.Element : CollectionType, Index : BidirectionalIndexType, Generator.Element.Index : BidirectionalIndexType
Where Generator.Element : Comparable
Where Generator.Element : Equatable
Where Generator.Element : SequenceType
Where Generator.Element == String