bearophile wrote:
5 ^^ 2 doesn't work yet, I guess it's not implemented yet.
But what do I have to import from math to use 5.2 ^^ 2 ?
Anyway, the need to explicitly import something to use a built-in operator like 
^^ looks like a bad idea.

A very bad idea indeed! The idea is to save keystrokes...

Can't "import std.math : pow;" be added to the current module when this is needed?

Reply via email to