[][src]Macro ckb_contract_std::debug

macro_rules! debug {
    ($fmt:literal) => { ... };
    ($fmt:literal, $($args:expr),+) => { ... };
}