Methods as first class values in Swift

Swift’s `Base.method` syntax exposes a curried function that can bind behavior to instances—a useful pattern for graph traversal, callbacks, and other higher-order designs. The playground also surfaces the trade-offs: unlabeled arguments and awkward polymorphic dispatch.