This post is a cheat sheet for sorting sequences of custom objects using Swift's sort operators. While sorting simple types (String, Int) are covered well in Apple's documentation on the subject and in many other places, I've focused below on sorting custom object types, which is more relevant to my