Return Value 戻り値
The removed element. 除去された要素。
Availability 有効性
Technology
@discardableResult mutating func removeFirst() -> UInt8
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はコレクションの長さです。