Test for NA in bit and bitwhich

# S3 method for class 'bit'
is.na(x)

# S3 method for class 'bitwhich'
is.na(x)

Arguments

x

a bit() or bitwhich() vector

Value

vector of same type with all elements FALSE

Functions

See also

Examples

is.na(bit(6))
#> [1] FALSE
is.na(bitwhich(6))
#> bitwhich: 0/ 6 occupying only  1 int32 in FALSE representation
#>     1     2     3     4     5     6 
#> FALSE FALSE FALSE FALSE FALSE FALSE