pub fn make_is_equal<TIA>(
    value: TIA
) -> Fallible<Transformation<VectorDomain<AtomDomain<TIA>>, VectorDomain<AtomDomain<bool>>, SymmetricDistance, SymmetricDistance>>where
    TIA: 'static + PartialEq + CheckAtom,
Expand description

Make a Transformation that checks if each element is equal to value.

Arguments

  • value - value to check against

Generics

  • TIA - Atomic Input Type. Type of elements in the input vector