underscore inlineable to inlinnable

This commit is contained in:
Ben Cohen
2018-04-27 10:23:16 -07:00
committed by GitHub
parent fc60c6c4e0
commit 8f27db3433

View File

@@ -497,7 +497,7 @@ extension Sequence {
/// the passed element satisfies a condition.
/// - Returns: `true` if the sequence contains only elements that satisfy
/// `predicate`; otherwise, `false`.
@_inlineable
@inlinable
public func allSatisfy(
_ predicate: (Element) throws -> Bool
) rethrows -> Bool {