Skip to content

Instantly share code, notes, and snippets.

@Nub
Created June 6, 2014 00:51
Show Gist options
  • Select an option

  • Save Nub/83f74bfc6badf48abcdc to your computer and use it in GitHub Desktop.

Select an option

Save Nub/83f74bfc6badf48abcdc to your computer and use it in GitHub Desktop.
// Playground - noun: a place where people can play
import Cocoa
func instanceOfClass<T>(aClass: T.Type) -> AnyObject {
return aClass()
}
var a = instanceOfClass(String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment