vector_lookup

Macro path

macro_rules! path {
    ($($segment:expr),*) => { ... };
}
Expand description

Syntactic sugar for creating a pre-parsed path.

Example: path!("foo", 4, "bar") is the pre-parsed path of foo[4].bar