rId function

ConstraintId rId(
  1. int childIndex
)

Implementation

ConstraintId rId(int childIndex) {
  return IndexConstraintId(childIndex);
}