get_length {bit} | R Documentation |
Gets C length of a vector ignoring any length-methods dispatched by classes
get_length(x)
x |
a vector |
Queries the vector length using C-macro LENGTH
, this can be substantially faster than length(unclass(x))
integer scalar
length(bit(12))
get_length(bit(12))