Ben Woodworth
12/23/2019, 9:36 AMcomponentN
operator that takes parameters?
For `List`s and `Array`s, the standard library has to define component1
-5
functions, but a component operator with a positional argument could be used if it existed:elizarov
12/23/2019, 10:41 AMBen Woodworth
12/23/2019, 1:23 PMelizarov
12/23/2019, 1:29 PMeduardog3000
12/23/2019, 4:35 PMBen Woodworth
12/23/2019, 7:39 PMilya.gorbunov
12/23/2019, 10:05 PMMatchResult.Destructured
as a type for captures
instead of `List<String>`: https://github.com/JetBrains/kotlin/blob/1.3.60/libraries/stdlib/src/kotlin/text/regex/MatchResult.kt#L96elizarov
12/24/2019, 7:27 AMLeon K
02/14/2020, 5:25 PM