macro_rules! as_kind_data_mut {
($arena:expr, $node_ref:expr, $variant:ident) => { ... };
($node:expr, $variant:ident) => { ... };
}Expand description
Helper macro to work with mutable kind data.
See as_kind_data! for examples.
macro_rules! as_kind_data_mut {
($arena:expr, $node_ref:expr, $variant:ident) => { ... };
($node:expr, $variant:ident) => { ... };
}Helper macro to work with mutable kind data.
See as_kind_data! for examples.