Skip to main content

vectors_identical

Function vectors_identical 

Source
fn vectors_identical(a: &Vector, b: &Vector) -> bool
Expand 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).