use crate::*;
/// Parses the `computed!` macro input and generates a computed signal.
///
/// # Arguments
///
/// - `TokenStream` - The raw token stream representing computed expressions, closure, and return type.
///
/// # Returns
///
/// - `TokenStream` - The generated token stream that creates a signal whose value is
/// automatically derived from the watched signals via the closure.