Return Value 戻り値
The removed element. 削除された要素。
Availability
Technology
@discardableResult mutating func removeFirst() -> Base.Element
Base
conforms to RangeReplaceableCollection
.
Base
がRangeReplaceableCollection
に準拠する時に利用可能です。
The removed element. 削除された要素。
The collection must not be empty. コレクションは空であってはなりません。
Calling this method may invalidate any existing indices for use with this collection. このメソッドを呼び出すことは、このコレクションで使うためのあらゆる既存のインデックスを無効にします。
Complexity: O(n), where n is the length of the collection. 計算量:O(n)、ここでnはコレクションの長さです。