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

renesca.NonBacktickName.scala Maven / Gradle / Ivy

The newest version!
package renesca

trait NonBacktickName {
  def name: String
  require(name.matches("^[^`]*$"), "Backticks are not allowed in label names")

  override def toString = name
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy