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.{Const, Consts}
This extractor is redundant and needs to be removed before 3.0.0-RC1 as we do not want to break the API after that.
3.0.0-RC1
All use case of Const are covered by simpler calls to .unlift/.unliftOrError or by the more general Unlifted extractor.
Const
.unlift
.unliftOrError
Unlifted