Discussion 解説
The drop-while sequence produces whatever type of element its base sequence produces. drop-whileシーケンスは、それの基底シーケンスが生み出す要素の型が何であろうとも生み出します。
Availability
Technology
typealias Element = Base.Element
The drop-while sequence produces whatever type of element its base sequence produces. drop-whileシーケンスは、それの基底シーケンスが生み出す要素の型が何であろうとも生み出します。