Return Value 戻り値
The first element of the collection if the collection is not empty; otherwise, nil
.
コレクションが空でないならばコレクションの最初の要素;そうでなければnil
。
Availability 有効性
Technology
mutating func popFirst() -> UInt8
?
The first element of the collection if the collection is not empty; otherwise, nil
.
コレクションが空でないならばコレクションの最初の要素;そうでなければnil
。
Complexity: O(1) 計算量:O(1)