mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A successor map is a somewhat targetted data structure which is designed to give you the value for the lowest key that is larger than the lookup key. This is useful when applying a transformation that isn't entirely one-to-one but where we nonetheless want to preserve the original order as much as possible, e.g. when IR-genning SILFunctions. Swift SVN r14199
1.9 KiB
1.9 KiB