[][src]Function cpclib_asm::preamble::equ

pub fn equ<S, E>(label: S, expr: E) -> Token where
    E: Into<Expr>,
    S: AsRef<str>,