robstoll
01/11/2019, 8:03 PMfoo<Int, String>(1, 2) { "result: $it" }
foo(1, 2)<String>{ "result: $it" }
The first one has less surprises but is more verbose than the second. Thoughts?karelpeeters
01/11/2019, 8:48 PMrobstoll
01/11/2019, 8:48 PMdalexander
01/11/2019, 8:57 PMhudsonb
01/11/2019, 10:35 PMtKw
01/12/2019, 12:21 AM