Created
September 11, 2017 14:46
-
-
Save adamchalmers/68ae6a46717e7af59586f6b4bf9552e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func extend<T: Collection>(_ base: T, withNewElems: T) -> T { | |
// Ignore the function body for now, | |
// we’re just trying to make it compile. | |
return base | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment