There's also a list initializer, `List(...) { ... ...
# advent-of-code
k
There's also a list initializer,
List(...) { ... }
, which reads a bit funny simple smile
l
How should I read it so it is funny? 🙂
k
Well it looks like you're calling a constructor of an interface.
So "funny" as in "slightly weird".
l
Aaaah, ok, got it :-))