Samuel Michael
11/26/2019, 12:16 AMHullaballoonatic
12/01/2019, 1:41 AMSamuel Michael
12/01/2019, 1:42 AMHullaballoonatic
12/01/2019, 1:42 AMSamuel Michael
12/01/2019, 1:42 AMHullaballoonatic
12/01/2019, 1:42 AMSamuel Michael
12/01/2019, 1:43 AMHullaballoonatic
12/01/2019, 1:43 AMSamuel Michael
12/01/2019, 1:43 AMHullaballoonatic
12/01/2019, 1:47 AMlistOf(x * 2 for x in 3..6)
just doesn't feel right by comparison to
[x * 2 for x in 3..6]
you might want to play with a syntax for the default it
iterator value, too
listOf(it * 2 in 3..6)
or somethingSamuel Michael
12/01/2019, 1:48 AM