operator []= method
Sets the element at position
to value
Implementation
void operator []=(Vec2 position, T value) =>
set(position.x, position.y, value);
Sets the element at position
to value
void operator []=(Vec2 position, T value) =>
set(position.x, position.y, value);