scala.quoted.qctx.scala Maven / Gradle / Ivy
The newest version!
package scala.quoted
/** Current QuoteContext in scope */
def qctx(using qctx: QuoteContext): qctx.type = qctx
© 2015 - 2025 Weber Informatics LLC | Privacy Policy