WhatEver[] q = [];

[...]

auto i = new WhatEver();
q[] = i;


How does one remove that instance 'i'?

Reply via email to