# S3 method for class 'bit'
print(x, ...)
Arguments
- x
a bit vector
- ...
passed to print
Value
a character vector showing first and last elements of the bit vector
Examples
print(bit(120))
#> bit length=120 occupying only 4 int32
#> 1 2 3 4 5 6 7 8 113 114 115 116
#> FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE .. FALSE FALSE FALSE FALSE
#> 117 118 119 120
#> FALSE FALSE FALSE FALSE