operator []= abstract method

void operator []=(
  1. int index,
  2. Card card
)

Implementation

operator []=(int index, Card card);