Function r::object::rep::try_binary_lgl_op
source ยท pub fn try_binary_lgl_op<L, R, F>(
lhs: Rep<L>,
rhs: Rep<R>,
f: F,
) -> Result<Rep<Logical>, Signal>where
L: AtomicMode + Default + Clone + CoercibleInto<Logical>,
R: AtomicMode + Default + Clone + CoercibleInto<Logical>,
F: Fn(Logical, Logical) -> Logical,