Macro is_tree::chain

source ยท
macro_rules! chain {
    () => { ... };
    ($x:expr) => { ... };
    ($x:expr, $($xs:expr),+) => { ... };
}