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

Swift3.0 support #6

Open
iceman201 opened this issue Sep 16, 2016 · 5 comments
Open

Swift3.0 support #6

iceman201 opened this issue Sep 16, 2016 · 5 comments

Comments

@iceman201
Copy link

        func convert<S: NumericType>(_ s: S, arr: [S], f: (S) -> S) -> [S] {
            switch arr.match {
            case let .some(h, t):   return [f(h) + s] as! [] + convert(h + s, arr:t, f: f)
            case .none:             return []
            }
        }

I dont know how to re-write this part in swift 3

@Leinadzet
Copy link

+1 for Swift 3 Support

1 similar comment
@BackWorld
Copy link

+1 for Swift 3 Support

@lfarah
Copy link

lfarah commented Mar 21, 2017

please!

@iceman201
Copy link
Author

Such good framework please update to swift 3.0!!! PLZ @ohida @emeitch @remore @kasajei

@AustinVaday
Copy link

Please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants