bits

object bits extends BitsInstances
class Object
trait Matchable
class Any

Value members

Inherited methods

def fromBits[S, I](toInt: I => Int)(S: Bits[S]): At[S, I, Boolean]
Inherited from
BitsInstances
Source
bits.scala

Implicits

Inherited implicits

implicit val byteAt: At[Byte, ByteBits, Boolean]
Inherited from
BitsInstances
Source
bits.scala
implicit val charAt: At[Char, CharBits, Boolean]
Inherited from
BitsInstances
Source
bits.scala
implicit val intAt: At[Int, IntBits, Boolean]
Inherited from
BitsInstances
Source
bits.scala
implicit val longAt: At[Long, LongBits, Boolean]
Inherited from
BitsInstances
Source
bits.scala