Generic Structure

PrefixSequence

A sequence that only consumes up to n elements from an underlying Base iterator. 最大でn個の要素まで基礎をなすBaseイテレータからただ消費しきるあるシーケンス。

Declaration 宣言

@frozen struct PrefixSequence<Base> where Base : Sequence

Overview 概要

The underlying iterator’s sequence may be infinite. 基礎をなすイテレータのもつシーケンスは、無限であるかもしれません。

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

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

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

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