StructureSwift5.9.0

    StrideTo

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

    @frozen struct StrideTo<Element> where Element : Strideable

    Use the stride(from:to:by:) function to create StrideTo instances.

    Citizens in Swift

    where Element:Strideable

    Conformances

    Members

    Features

    Citizens in Swift

    where Element:Sendable, Element:Strideable, Element.Stride:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.