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