Skip to content

Instantly share code, notes, and snippets.

@erica
Created April 23, 2015 21:39
Embed
What would you like to do?
func ToArray<S : SequenceType>(sequence: S) -> Array<S.Generator.Element> {
return Array<S.Generator.Element>(sequence)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment