Function freya::prelude::use_set_compare_equal
pub fn use_set_compare_equal<R>(
value: R,
compare: SetCompare<R>,
) -> ReadOnlySignal<bool>
Expand description
A hook that returns true if the value is equal to the value in the set compare.