const numbers = new int[2]; const c = const(AB)(a, 20, numbers); writeln(c); }Bye, bearophile
That's exactly what I needed, thanks.
const numbers = new int[2]; const c = const(AB)(a, 20, numbers); writeln(c); }Bye, bearophile
That's exactly what I needed, thanks.