Return Value 戻り値
The first element of the collection. コレクションの最初の要素。
Availability
Technology
@discardableResult mutating func removeFirst() -> Elements.Index
The first element of the collection. コレクションの最初の要素。
The collection must not be empty. コレクションは空であってはなりません。
Complexity: O(1) 計算量:O(1)