optional
-
[Swift]nil入れられない。
Swiftです。
しっかりお勉強中
まずnilは入れられない。
// error: expression does not conform to type 'NilLiteralConvertible'
let a = nil
// error: expres… -
Swiftです。
しっかりお勉強中
まずnilは入れられない。
// error: expression does not conform to type 'NilLiteralConvertible'
let a = nil
// error: expres…