Contents

StrideThrough

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

Declaration

@frozen struct StrideThrough<Element> where Element : Strideable

Overview

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

Topics

Default Implementations

See Also

Wrappers for Algorithms