struct EmptyCollection<T>
Inheritance |
CollectionType, Reflectable, SequenceType, _CollectionType, _SequenceType, _Sequence_Type
View Protocol Hierarchy →
|
Associated Types |
Index = Int
Generator = EmptyGenerator<T>
Element = T
Index = Index
SubSequence = Slice<EmptyCollection<T>>
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods