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

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

The newest version!
package org.hammerlab.bytes

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy