use Not;
/// Alternative to `!`.
///
/// # Example
///
/// ```rust,no_run
///div![
/// "Button",
/// IF!(not(disabled) => ev(Ev::Click, Msg::Clicked)),
///]
/// ```
// @TODO move helpers from lib.rs or shortcuts.rs here
// ------ ------ Tests ------ ------