Skip to content

Instantly share code, notes, and snippets.

@jrsonline
Last active January 27, 2018 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrsonline/2e229d4ac83f5b4c96631260333ddef0 to your computer and use it in GitHub Desktop.
Save jrsonline/2e229d4ac83f5b4c96631260333ddef0 to your computer and use it in GitHub Desktop.
Higher Kinded Type
extension Array : Constructible {
typealias TypeParameter = Element
}
extension LinkedList : Constructible {
typealias TypeParameter = T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment