So, for me to understand. * The reason the last call does not work, is because there's a implicit matched conversion from seq => openArray => varags ? * I couldn't find a clear documentation, which types are converted to which, especially for these data types. Is there one anywhere? * Is there any way to hint the compiler which of these two versions of the syntax I want to use?
Thanks!
