dalexander
01/26/2016, 2:23 PMfunc: T.(String) -> Unit as a member of a class of type T, how do I call it on this? this.func(string) giving me "required T, found String". I assume because the this is being used for variable lookup rather than "dispatch"?