Skip to main content

value

Macro value 

Source
macro_rules! value {
    ($($value:tt)+) => { ... };
}
Expand description

Construct a value literal using something that looks like rust literals.