We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2745d commit 6af7022Copy full SHA for 6af7022
library/src/scala/NamedTuple.scala
@@ -35,6 +35,7 @@ object NamedTuple:
35
36
extension [N <: Tuple, V <: Tuple](x: NamedTuple[N, V])
37
38
+ // ALL METHODS DEPENDING ON `toTuple` MUST BE EXPORTED FROM `NamedTupleDecomposition`
39
/** The underlying tuple without the names */
40
inline def toTuple: V = x
41
0 commit comments