Example #1
0
 public Object $ge(Object a, Type t) {
   return Boolean.$box(UIntUtils.ge($value, ((UByte) a).$value));
 }