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

io.odin.internal.StringContextLength.scala Maven / Gradle / Ivy

package io.odin.internal

object StringContextLength {

  def checkLength(sc: StringContext, args: Seq[Any]): Unit =
    sc.checkLengths(args)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy