文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyRandomAccessCollection > prefix(while:)
インスタンスメソッド
prefix(while:)
利用可能な概要はありません。
宣言
func prefix(while predicate: (Element) throws -> Bool) rethrows -> AnyRandomAccessCollection<Element>
XCode 9.3 日本語化計画:Swift 標準ライブラリ prefix(while:)
文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyRandomAccessCollection > prefix(while:)
利用可能な概要はありません。
func prefix(while predicate: (Element) throws -> Bool) rethrows -> AnyRandomAccessCollection<Element>