IndexDrop constructor

IndexDrop(
  1. dynamic table,
  2. dynamic index
)

Implementation

IndexDrop(table, index) : super([table, index]);