operator [] method
Retrieves a path element at the specified index.
Implementation
SubstratePathElem operator [](int idx) {
return elems[idx];
}
Retrieves a path element at the specified index.
SubstratePathElem operator [](int idx) {
return elems[idx];
}