Skip to content

Instantly share code, notes, and snippets.

@adamchalmers
Created September 11, 2017 14:46
Show Gist options
  • Save adamchalmers/68ae6a46717e7af59586f6b4bf9552e8 to your computer and use it in GitHub Desktop.
Save adamchalmers/68ae6a46717e7af59586f6b4bf9552e8 to your computer and use it in GitHub Desktop.
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