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

io.getquill.quat.package.scala Maven / Gradle / Ivy

The newest version!
package io.getquill

import scala.language.experimental.macros

/**
 * Convenience API that allows construction of a Quat using `Quat.from[T]`
 */
package object quat {

  def quatOf[T]: Quat = macro QuatMacro.makeQuat[T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy