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.
2 parents 2ea3a87 + 0513b39 commit 11b98c2Copy full SHA for 11b98c2
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