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

org.hammerlab.bytes.syntax.scala Maven / Gradle / Ivy

package org.hammerlab.bytes

trait syntax {
  @inline implicit def makeBytesOps(value: Int): BytesWrapper = BytesWrapper(value)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy