Join Slack
Powered by
is there a shorthand for this? `Array(15) { false ...
# announcements
i
iex
05/11/2020, 1:24 PM
is there a shorthand for this?
Array(15) { false }.toList()
(generates a list with 15
false
elements)
2
Views
Open in Slack
Previous
Next