Join Slack
Powered by
when codegen'ing overloads like this <https://gith...
# getting-started
d
danneu
07/22/2017, 5:39 PM
when codegen'ing overloads like this
https://github.com/danneu/kotlin-json-combinator/blob/5294d3ac520b9ef5afff964043ae7fc72c06000e/src/main/kotlin/com/danneu/json/Decoder.kt#L300-L416
, does it speed up type-checking to add as many type-hints as possible, like
.flatMap { v1: V1 -> ... }
in that example?
4
Views
Open in Slack
Previous
Next