Expand description
flat_vec provides a macro to flatten nested Vecs.
Particularly useful when you want to write a rules of egg which contains rules both => and <=>.
Macrosยง
- flat_
vec flat_vec!just likevec!but can be used to flatten nestedvec!s. Order of elements is preserved.