All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avsystem.commons.misc.Implicits.scala Maven / Gradle / Ivy

The newest version!
package com.avsystem.commons
package misc

/**
  * Author: ghik
  * Created: 19/09/16.
  */
object Implicits {
  def infer[T](clue: String): T = macro macros.misc.MiscMacros.infer[T]
  def inferNonMacro[T](clue: String): T = macro macros.misc.MiscMacros.inferNonMacro[T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy