Please turn on JavaScript in your browser and refresh the page to view its content.
Availability
Technology
On This Page この項には
mutating func popFirst() -> String.UTF8View.Element?
String
UTF8View
Element
The first element of the collection if the collection is not empty; otherwise, nil. コレクションが空でないならばコレクションの最初の要素;そうでなければnil。
nil
Complexity: O(1) 計算量:O(1)