So, basically `newList` could be specified as `fun...
# announcements
e
So, basically
newList
could be specified as
fun <T> newList(size: Int, supplier: (Int) -> T) = (0..size - 1).map(supplier)