Join Slack
Powered by
Is there any interest in using `[]` syntax to init...
# language-proposals
b
benleggiero
02/03/2017, 4:55 PM
Is there any interest in using
[]
syntax to initialize arrays? Like:
Copy code
val x: DoubleArray = [] val y: Array<String> = ["Hello", "World"] val z: [Int] = [42]
Open in Slack
Previous
Next