use crate Data;
use crate binop;
// TODO: implement equality rather than just deriving PartialEq on Data.
// Rust hit it right on the nose with the difference between equality and partial equality
// TODO: equality vs partial equality in passerine?
/// Returns `true` if the `Data` are equal, false otherwise.