func repeatElement <T>(T, count: Int) -> Repeated<T>
Creates a collection containing the specified number of the given element.
指定された数の与えられた要素を含んでいるコレクションを作成します。
struct CollectionOfOne
A collection containing a single element.
単一の要素を含んでいるコレクション。
struct EmptyCollection
A collection whose element type is
Element
but that is always empty.
それの要素型はElement
である、しかし常に空であるコレクション。
struct KeyValuePairs
A lightweight collection of key-value pairs.
キー値ペアの軽量コレクション。