setAt method

void setAt(
  1. num? i,
  2. T elem
)

Implementation

external void setAt(num? i, T elem);