Created
June 10, 2017 05:34
-
-
Save ezura/814106ed6a95de751c4f7f2d7f9b69f1 to your computer and use it in GitHub Desktop.
うむむ。例を見た感じ、Swift は Array が Value type だから共変になれてるのかな… #u_scala #swift #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let strings: Array<String> = ["", ""] | |
| var anys: Array<Any> = strings | |
| anys[0] = 1 |
Author
ezura
commented
Jun 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment