Macro indxvec::here[][src]

macro_rules! here {
    () => { ... };
}
Expand description

macro here!() gives &str with the current file:line path::function for error messages.