How to Extend Swift Dictionary?

2015-03-27 Thread Charles Jenkins
Does anyone know of a good tutorial on how to extend the generic dictionary class in Swift? I can add whatever I want to a typed dictionary, but I haven’t figured out the right syntax to add extensions generically. --  Charles ___ Cocoa-dev mailing

Re: How to Extend Swift Dictionary?

2015-03-27 Thread Kyle Sluder
On Fri, Mar 27, 2015, at 05:16 AM, Charles Jenkins wrote: Does anyone know of a good tutorial on how to extend the generic dictionary class in Swift? I can add whatever I want to a typed dictionary, but I haven’t figured out the right syntax to add extensions generically. The type parameters