Function opendp::trans::manipulation::make_is_equal[][src]

pub fn make_is_equal<TI>(
    value: TI
) -> Fallible<Transformation<VectorDomain<AllDomain<TI>>, VectorDomain<AllDomain<bool>>, SymmetricDistance, SymmetricDistance>> where
    TI: 'static + PartialEq + CheckNull
Expand description

A Transformation that checks equality elementwise with value. Maps a Vec -> Vec