Skip to main content

vec_eval

Macro vec_eval 

Source
macro_rules! vec_eval {
    ($($t:tt)*) => { ... };
}
Expand description

Immediately evaluates a vector expression (stub).

In the current implementation, simply returns the passed expression.