Macro avalanche::updated[][src]

macro_rules! updated {
    ($e : expr) => { ... };
}
Expand description

Returns whether the given Tracked value has been updated.

It behaves similarly to tracked, so it returns Tracked<bool> in a #[component] context, and bool everywhere else. It does not take ownership of the input value.