miha-x64
07/26/2018, 7:34 PMIdeally, we'd like to support functions of arbitrary arity in Kotlin. In practice, a JVM method cannot have more that 255 parameters, so this is the limit for us as well.But... vararg... from JVM's point of view is a single argument....
karelpeeters
07/26/2018, 7:44 PMjosephivie
07/26/2018, 7:46 PMeverything
where every argument is of type Any?
that literally does all of the functionality of the entire library depending on how it's called.
It will haunt my nightmares.karelpeeters
07/26/2018, 7:49 PMstanislav.erokhin
07/26/2018, 7:51 PMorangy
07/26/2018, 8:09 PM