示例#1
0
 goreq(KurumiValue other)
 {
     return(other.lthan_number(this).negation());
 }
示例#2
0
 lthan(KurumiValue other)
 {
     return(other.lthan_number(this));
 }