mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is a safer API than using ``` let argIdx = applySite.calleeArgumentIndex(of: op) let arg = callee.arguments[argIdx] ``` because there is no potential misuse of the index.
3.5 KiB
3.5 KiB