StrideTo

struct StrideTo<T : Strideable>

A SequenceType of values formed by striding over a half-open interval

Inheritance Reflectable, SequenceType, _SequenceType, _Sequence_Type View Protocol Hierarchy →
Associated Types
Generator = StrideToGenerator<T>

Type alias inferred.

Element = Generator.Element

Type alias inferred.

Import import Swift

Instance Methods

func generate()

Return a generator over the elements of this sequence.

Complexity: O(1)

Declaration

func generate() -> StrideToGenerator<T>
func getMirror()

Returns a mirror that reflects self.

Declaration

func getMirror() -> MirrorType