mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Make filter APIs for UseList chainable by adding them to Sequence where Element == Operand For example, it allows to write: ``` let singleUse = value.uses.ignoreDebugUses.ignoreUsers(ofType: EndAccessInst.self).singleUse ``` Also, add `UseList.getSingleUser(notOfType:)`
21 KiB
21 KiB