fn vectors_identical(a: &Vector, b: &Vector) -> boolExpand description
Element-wise comparison of two atomic vectors.
Both vectors must have the same type and length, and every element must be bitwise-identical (NaN == NaN is TRUE, NA == NA is TRUE).