Generic Structure

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. stride(from:to:by:)関数を使ってStrideToインスタンスを作成してください。

Topics 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Relationships 関係

Conforms To 次に準拠

See Also 参照

Wrappers for Algorithms アルゴリズムに対するラッパー