A lazy collection wrapper that includes the initial consecutive elements of an underlying collection that satisfy a predicate.
遅延collectionラッパー、それは根底にあるコレクションのうち、ある述部を満足させる、最初の連続した要素を含みます。
The collection’s “past the end” position—that is, the position one greater than the last valid subscript argument.
コレクションの「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。
Available when Base conforms to Collection.BaseがCollectionに準拠する時に利用可能です。
A sequence containing the same elements as this sequence, but on which some operations, such as map and filter, are implemented lazily.
このシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmapやfilterが遅延に実装されます。
Available when Base conforms to Collection.BaseがCollectionに準拠する時に利用可能です。
Returns a subsequence, up to the specified maximum length, containing the initial elements of the collection.
下位シーケンスを、指定された最大長まで、コレクションの冒頭の要素を含めて返します。
Available when Base conforms to Collection.BaseがCollectionに準拠する時に利用可能です。
Returns the longest possible subsequences of the collection, in order, that don’t contain elements satisfying the given predicate.
与えられた述部を満たす要素を含んでいない、このコレクションの最も長くなりうる下位シーケンスそれらを順序どおりに返します。
Available when Base conforms to Collection.BaseがCollectionに準拠する時に利用可能です。
A position in a LazyPrefixWhileCollection or LazyPrefixWhileBidirectionalCollection instance.LazyPrefixWhileCollectionまたはLazyPrefixWhileBidirectionalCollectionインスタンスの中のある位置。
Available when Base conforms to Collection.BaseがCollectionに準拠する時に利用可能です。
A sequence containing the same elements as a Base sequence, but on which some operations such as map and filter are implemented lazily.Baseシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmapやfilterが遅延に実装されます。
A Sequence whose elements consist of those in a BaseSequence passed through a transform function returning Element. These elements are computed lazily, each time they’re read, by calling the transform function on a base element.
あるSequence、その要素はBaseSequencellectionの中のものから成り、Elementを返す変換関数を通して渡されます。これらの要素は、それらが読み出されるたびに、基盤要素上で変換関数を呼び出すことによって遅延計算されます。
A sequence whose elements consist of the elements of some base sequence that also satisfy a given predicate.
あるシーケンス、それは何らかの基盤シーケンスの要素でさらにまた与えられた述部を満足させるものから成る要素たちです。
A sequence whose elements consist of the initial consecutive elements of some base sequence that satisfy a given predicate.
あるシーケンス、それの要素は何かの基盤シーケンスのもので、与えられた述部を満足させる最初の連続した要素から成ります。
A sequence whose elements consist of the elements that follow the initial consecutive elements of some base sequence that satisfy a given predicate.
あるシーケンス、それの要素は何らかの基盤シーケンスの、ある与えられた述部を満足させる最初の隣接要素の後に続く要素それらから成ります。
A collection containing the same elements as a Base collection, but on which some operations such as map and filter are implemented lazily.Baseコレクションと同じ要素を含んでいるあるコレクション、しかしそれの上で何らかの演算、例えばmapやfilterが遅延に実装されます。
A lazy wrapper that includes the elements of an underlying collection after any initial consecutive elements that satisfy a predicate.
遅延なラッパー、それは根底にあるコレクションのうち、ある述部を満足させる何らかの最初の連続した要素の後ろの要素らを含みます。
A lazy Collection wrapper that includes the elements of an underlying collection that satisfy a predicate.
遅延なCollectionラッパー、それは根底にあるコレクションの要素のうち、ある述部を満足させるものを含めます。
A Collection whose elements consist of those in a BaseCollection passed through a transform function returning Element. These elements are computed lazily, each time they’re read, by calling the transform function on a base element.
あるCollection、その要素はBaseCollectionの中のものから成り、Elementを返す変換関数を通して渡されます。これらの要素は、それらが読み出されるたびに、基盤要素上で変換関数を呼び出すことによって遅延計算されます。