dot

Macro dot 

Source
macro_rules! dot {
    ($seq:expr) => { ... };
    ($node:expr, $seq:expr) => { ... };
    ($node:expr, $app:expr, $seq:expr) => { ... };
}
Expand description

Convenience macro for creating dot values.

NOTE! This is mostly useful for tests, since it does not provide control over the app or priority fields of a dot.