https://kotlinlang.org logo
i

iex

06/14/2017, 9:54 AM
is there a built in shorthand to initialize an array with a repeated value? something better than say `val arr = (0..5).map{2}`: