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

SDKあれこれ手直し #13

Open
reinforce-lab opened this issue Dec 1, 2016 · 0 comments
Open

SDKあれこれ手直し #13

reinforce-lab opened this issue Dec 1, 2016 · 0 comments
Assignees
Labels

Comments

@reinforce-lab
Copy link
Contributor

Byteってかっこ悪い。UInt8で置換しときます...
enumでいちいちCustomStringConv定義してるの、うざったい。Swift3で文字列変換してくれるので、削っときます...
rotocol _UInt8Type { }
extension UInt8: _UInt8Type {}
extension Array where Element : _UInt8Type {
func toHexString() -> String
とかの制約って、Swift3.1で Element == UInt8 って書けるようになっている。Xcode8.1はSwift3.01なので、3.1が来たら修正します。

@reinforce-lab reinforce-lab self-assigned this Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant