mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
underscore inlineable to inlinnable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user