We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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が来たら修正します。
The text was updated successfully, but these errors were encountered:
reinforce-lab
No branches or pull requests
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が来たら修正します。
The text was updated successfully, but these errors were encountered: