[][src]Macro agnes::valref

macro_rules! valref {
    ($value:expr) => { ... };
}

Small utility macro to construct a Value enum with a reference to an existing value. Typically only used for tests.