Generic Structure

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

Topics 話題

Type Aliases 型エイリアス

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

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

Relationships 関係

Conforms To 次に準拠

See Also 参照

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