arrayIndex static method

PathElem arrayIndex(
  1. int index
)

Implementation

static PathElem arrayIndex(int index) => ArrayIndex(index);