is there a built in shorthand to initialize an arr...
# announcements
i
is there a built in shorthand to initialize an array with a repeated value? something better than say `val arr = (0..5).map{2}`: