79742191

Date: 2025-08-21 11:09:01
Score: 1
Natty:
Report link

I have a quick solution to this. Update this line with a default parameter EmptyTuple:

inline def makeString[T <: Tuple](x: T = EmptyTuple): String = arg2String(x).mkString(",")

Here it is in scastie:

https://scastie.scala-lang.org/l02ZtukYQ0mPf2Bhx57xCQ

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ignacio Gallego Sagastume