Mark
05/02/2022, 1:28 AMcomponent1()
) directly on a class vs. extension functions? AFAIR, when using destructuring extension functions, you need to add the imports manually.Matteo Mirk
05/02/2022, 2:55 PMcomponentN()
functions manually, like the compiler does for data classes?Paul Griffith
05/02/2022, 3:16 PMMark
05/05/2022, 1:34 PMPair
MatchResult.destructured
for example. Likewise, there are occasions when I like to declare my own.