Get C length of a vector
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))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.