setInt method

void setInt(
  1. int v, [
  2. int index = 0
])
override

Implementation

void setInt(int v, [int index = 0]) { value[index] = v; }