TIL about Swift type placeholders and the trick of using tuples for complex sorting operations
Read accepted Swift evolution proposal Type placeholders (formerly, “Placeholder types”).
Read post Using tuples to Complex Sorting Operations in Swift. The idea is brilliant.