mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Improve block/instruction lists and similar collections * pretty print collections in the form “[a, b, c]” * also do this for lazy sequences * define a custom Mirror * in a collection, only print the name of blocks, functions and globals (instead of the full object) * replace `BasicBlock.reverseInstructions` with `BasicBlock.instructions.reversed()` - in an efficient way
1.4 KiB
1.4 KiB