string valueOf(){ return s_; }
int valueOf(){ return to!int(s_); }
alias valueOf this;