Contents

StrideTo

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

Declaration

@frozen struct StrideTo<Element> where Element : Strideable

Overview

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

Topics

Default Implementations

See Also

Wrappers for Algorithms