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

kingscross.common.Ref.scala Maven / Gradle / Ivy

The newest version!
package kingscross.common

import kingscross._

/**
 * @author Tongfei Chen
 */
trait Ref[L <: Interpreter] extends Expr[L] { self: L#Ref =>

  override def !! = this.asInstanceOf[lang.Ref] // this cast is safe

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy