BitwiseLogicalOperations

scalus.builtin.BitwiseLogicalOperations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def andByteString(shouldPad: Boolean, lhs: ByteString, rhs: ByteString): ByteString
def countSetBits(byteString: ByteString): Int
def findFirstSetBit(byteString: ByteString): Int
def orByteString(shouldPad: Boolean, lhs: ByteString, rhs: ByteString): ByteString
def readBit(byteString: ByteString, index: BigInt): Boolean
def replicateByte(length: BigInt, byte: BigInt): ByteString
def rotateByteString(byteString: ByteString, rotation: BigInt): ByteString
def shiftByteString(byteString: ByteString, shift: BigInt): ByteString
def writeBits(byteString: ByteString, indexes: Seq[BigInt], bit: Boolean): ByteString
def xorByteString(shouldPad: Boolean, lhs: ByteString, rhs: ByteString): ByteString