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

io.circe.StringUtil.scala Maven / Gradle / Ivy

The newest version!
package io.circe

private[circe] object StringUtil {
  @inline
  def toString(buf: Array[Byte], len: Int): String = new String(buf, 0, 1, len - 2)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy