Macro immutable_seq::lazy_val [] [src]

macro_rules! lazy_val {
    ($($e: stmt);*) => { ... };
}