func removeFirst () -> Self.Element
Removes and returns the first element of the collection.
コレクションの最初の要素を削除して返します。
Available when
Self
is
SubSequence
.
Self
が
SubSequence
である時に利用可能です。
func removeFirst (Int)
Removes the specified number of elements from the beginning of the collection.
指定された数の要素をコレクションの始まりから削除します。
Available when
Self
is
SubSequence
.
Self
が
SubSequence
である時に利用可能です。