-
The basic blocks to which control flow may transfer.
Declaration
Swift
var successors: [Block.ID] { get } -
Replaces
oldwithnewand returnstrueifoldis successor ofself; returnsfalseotherwise.Requires
newtakes the same parameters asold.Declaration
View on GitHub