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.
scala.quoted.Type.valueOfTuple
1 parent 35eb5a9 commit 0513b39Copy full SHA for 0513b39
library/src/scala/quoted/Type.scala
@@ -50,7 +50,6 @@ object Type:
50
* ```
51
* @syntax markdown
52
*/
53
- @experimental
54
def valueOfTuple[T <: Tuple](using Type[T])(using Quotes): Option[T] =
55
valueOfTuple(quotes.reflect.TypeRepr.of[T]).asInstanceOf[Option[T]]
56
0 commit comments