We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a49d commit b3d1088Copy full SHA for b3d1088
library/src/scala/runtime/DynamicTuple.scala
@@ -1,10 +1,8 @@
1
package scala.runtime
2
3
import scala.Tuple.{ Concat, Size, Head, Tail, Elem, Zip, Map }
4
-import scala.reflect.ClassTag
5
6
object DynamicTuple {
7
-
8
inline val MaxSpecialized = 22
9
inline private val XXL = MaxSpecialized + 1
10
0 commit comments