StructureSwift5.9.0

    StrideThrough

    A sequence of values formed by striding over a closed interval.

    @frozen struct StrideThrough<Element> where Element : Strideable

    Use the stride(from:through:by:) function to create StrideThrough 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.