Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use contrained extensions to support either Double or Float #28

Closed
rfdickerson opened this issue Dec 12, 2015 · 0 comments
Closed

Use contrained extensions to support either Double or Float #28

rfdickerson opened this issue Dec 12, 2015 · 0 comments
Assignees
Milestone

Comments

@rfdickerson
Copy link
Contributor

Using constrained extensions:

    extension CollectionType where Generator.Element == Double {
            func sum() -> Double {  }
    }

    let arrayOfDoubles: [Double] = [1.2, 2.3, 3.4]
        arrayOfDoubles.sum()
@rfdickerson rfdickerson added this to the Release 2.0 milestone Dec 12, 2015
@rfdickerson rfdickerson self-assigned this Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant