Macro soft_edge::const_vertex_set[][src]

macro_rules! const_vertex_set {
    ($($val : expr), *) => { ... };
}
Expand description

Construct a vertex set in such a way that it can be used in a const expression. This macro requires that the bitarr! macro and Lsb0 type from the bitvec crate are in scope, for technical reasons related to the limitations of bitvec’s bitarr macro itself.