xxxxxxxxxx
struct Proxy {
double f;
alias f this;
}
void main(){
import std.math;
auto p = Proxy(1.61803);
auto sign = signbit(p);