Function leptos_use::use_sorted_by
source ยท pub fn use_sorted_by<S, I, T, F>(iterable: S, cmp_fn: F) -> Signal<I>
Expand description
Version of use_sorted
with a compare function.
pub fn use_sorted_by<S, I, T, F>(iterable: S, cmp_fn: F) -> Signal<I>
Version of use_sorted
with a compare function.