bit (version 1.1-15.1)

c.bit: Concatenating bit and bitwhich vectors

Description

Creating new bit by concatenating bit vectors

Usage

# S3 method for bit
c(…)
# S3 method for bitwhich
c(…)

Arguments

bit objects

Value

An object of class 'bit'

See Also

c, bit , bitwhich

Examples

Run this code
# NOT RUN {
 c(bit(4), bit(4))
# }

Run the code above in your browser using DataLab